Laszlo FEKETE
Laszlo FEKETE
Did those test: - without http auth not seen mem leak - with http auth and opened only login page no mem leak - with http auth and logged in...
We see this problem too, maybe I can help you understand why it's an issue. By default ingress-nginx helm chart will create admission service (and the others also, just admission...
Also this feature needs to extend to init containers too. If namespace have resource quota the scheduler will not start pod if not all containers in the pod have request/limit...
Hello, not clear for me, master nodes also etcd nodes or not? If it is then maybe you should also use etcd group in limit like: '--limit=kube_control_plane,etcd'
[Doc](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/nodes.md#adding-an-etcd-node) also mentions for etcd nodes you need to set -e ignore_assert_errors=yes
Is that possible that you run it before changed host order in inventory also? That could cause generating new certs if run on empty master (because that's the first node)
Sorry I wasn't asking you to do it this way. I was asking if you already did it earlier, because if you try to add an empty new node as...
I meant like one of this: ``` autoInstrumentationImage: dotnet: repository: "localproxy/ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-dotnet" tag: "" java: repository: "localproxy/ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-java" ``` so don't configure tag all the time with new releases, just use the...
I'm not sure. At the moment if not mistaken, this repo don't have autoinstrument image and tag infos, so can't modify simply the helm chart templates. In operator repo I've...
Yes, that would be my goal, most of the official helm charts doing this, that you could separatly override image (sometimes repo and image also separate) and tag and default...