Health check via API

2017-08-24 Thread bahhooo
Hello, I would like to check the health status of my pods via API. I couldn't see anything relevant in the docs. There is v1.Probe with which you can execute a command or make an HTTP request etc. But I would like to check the status of a pod which already has a health check. Is this even possi

Re: Health check via API

2017-08-25 Thread bahhooo
-2 true Thanks, Bahhoo > From: Clayton Coleman > Date: Thu, Aug 24, 2017 at 6:10 PM > Subject: Re: Health check via API > To: bahhooo > Cc: "users@lists.openshift.redhat.com" > > > Pod status contains conditions and container sta

Allow specific ports in the inventory

2017-08-29 Thread bahhooo
Hi everyone, is there any option in the inventory file for allowing specific ports, so that the ports are automatically added and overwritten later for ex. by an upgrade? Thanks, Bahhoo ___ users mailing list users@lists.openshift.redhat.com http://lis

Simulating hanging docker daemon

2017-10-23 Thread bahhooo
Hi everyone, We have recently the issue that the docker daemons are hanging on different nodes. Is there a way of causing docker daemon to hang manually so that we can examine its behavior and build accordingly a monitoring solution? Best Bahhoo ___ us

Regex in logging curator settings

2017-11-27 Thread bahhooo
Hello all, Is there a reason why regexes are not allowed in the curator settings? I would like to delete some indices according to the regular expressions I provide, so that I am not forced to enter individual project names into the configs. Right now I create a setting yaml with a one-liner and

Limting disk usage for container logs

2018-02-19 Thread bahhooo
Hi, is this even possible? It would be nice to be able specify disk quotas for projects. Currently one single project can go wild and fill up the whole elasticsearch disk, rendering logging out of operation. Thanks, Bahho ___ users mailing list users@l

Pods stuck on Terminating status

2018-03-15 Thread bahhooo
Hi all, I have some zombie pods stuck on Terminating status on a OCP 3.7 HA-cluster. oc delete with --grace-period=0 --force etc. won't work. Docker restart. server reboot won't help either. I tried to find the pod key in etcd either in order to delete it manually. I couldn't find it. Is there

Re: Pods stuck on Terminating status

2018-03-19 Thread bahhooo
asil <https://www.redhat.com> >> >> rbe...@redhat.comM: +55-11-99557-5841 >> <https://red.ht/sig> >> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted> >> Red Hat é reconhecida entre as melhores empresas para trabalhar no Brasil >> pelo *

Redirect logs of a namespace to ops logging

2019-04-29 Thread bahhooo
Hi all, In a setup (latest OCP 3.10) where logging-ops is enabled the logs of the namespaces kube-system are not pushed into the elasticsearch-ops.The namespace is annotated with Annotations:openshift.io/logging.data.prefix=.operations openshift.io/logging.ui.h

Elasticsearch Restart taking too long

2019-06-26 Thread bahhooo
Hi all, When the elasticsearch pod within the logging stack is restarted, it takes a considerable amount of time until the elastic cluster becomes green. The cluster status remains red until all the shards are assigned, although there is only one single elastic node. After the restart the shards

Azure blob sotrage for registry

2019-09-12 Thread bahhooo
Hi all, I am trying to deploy the registry with the blob storage from azure. The installer actually does create the secret with storage acocunt information and creates the docker-registry config accordingly and also creates the storage container on azure. However, the registry still uses ephemeral

Re: Azure blob sotrage for registry

2019-09-12 Thread bahhooo
html > > On Thu, Sep 12, 2019 at 11:07 AM bahhooo wrote: > >> hi Adam, >> >> Sorry, I forgot to metntion the version :) it's 3.11. >> I actually don't need it to be GA. I just wanted to test out the >> persistent storage as described her