Robert Nemeti
Robert Nemeti
I'm using mongo:4.0 and getting the same warning, but it works. It would be nice to implement the new method to avoid the flood of warning. Something like: https://github.com/Automattic/mongoose/issues/5304
> hostname is not supposed to show up with this configuration, by default it is automatically disabled unless ssh is detected. `above` part is missing a filler segment (e.g. see...
closed https://github.com/apache/bigtop/pull/301 , because adding the issue number to name didn't seem to link to the the issue automatically, so recreated the PR with the right name.
Haven't test it.
@longwuyuan , thanks for the reply. You don't need to setup the prometheus/grafana stack for this. if you shell into the nginx controller you can pull the metrics, see my...
@longwuyuan thanks for looking into this. I suspect the behaviour is related to the persistent connections ( see my ingress resource snippet ). The clients are opening a keep-alive connection...
got it working for specific target like ``` GOPATH=/home/src xgo -image xgo-latest-sd -targets linux/arm-7 ./ ```
@yelhouti according to this [post](https://github.com/keycloak/keycloak/issues/11938#issuecomment-1125201574), watching multiple namespaces should be possible via the `QUARKUS_OPERATOR_SDK_NAMESPACES` but it doesn't seem to work in version `20.0.x` although it was working in version `19.0.2`....
@metacosm do you happen to have a clue why the `keycloak-operator:20.0.2` doesn't take into account the `QUARKUS_OPERATOR_SDK_NAMESPACES`, although the `19.0.2` does. as far as I can see in the operator...
@yelhouti thanks for getting back to me on this. I don't want to watch ALL namespace, I have a list and added the `QUARKUS_OPERATOR_SDK_NAMESPACES` but the `20.0.2` version doesn't take...