Serge Hartmann
Serge Hartmann
Same issue here. ``` $ kubectl get all,vault,etcd -l 'app in (etcd,vault)' NAME READY STATUS RESTARTS AGE pod/vault-svc-6bc5678fcc-l7t2r 1/2 Running 1 24m pod/vault-svc-6bc5678fcc-znmwj 1/2 Running 1 24m pod/vault-svc-etcd-9s974hwgj5 1/1 Running...
I have the same OOMKilled issue with both deployments gatekeeper-audit and gatekeeper-controller-manager. Here is my workaround using a kustomization.yaml. It matches both deployments at once. ```yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization...
@xncbf : I have a similar issue. Do you solve yours ? Here is the [fluent bit documentation about elasticsearch output plugin](https://docs.fluentbit.io/manual/v/1.3/output/elasticsearch), it looks like you have the right parameters....
Same problem here. This makes the /var partition too big, and creates DiskPressure pods eviction (Evicted / The node had condition: [DiskPressure] ). The logs mostly come with HPA auto-scaling...
This feature would solve issues we experience with volumes dedicated to metrics (Prometheus) and logs (Loki), that require lots of inodes. What I suggest is a backend parameter that could...
Issue is half solved in netapp-trident 22..07.0. Images used in this version are : * docker.io/netapp/trident-autosupport:22.07 -> this one had been fixed * **netapp/trident**:22.07.0 -> this one had **not** been...
Workaround : For those who use OPA/GateKeeper (and kubespray), here is a template and a constraint that denies removal for both resources nodes/metrics and/or nodes-stats from ClusterRole/system:metrics-server : ```yaml ---...
Adding the line `node/stats` solved the issue for me. However, it had worked during months, before I encountered the metrics-server failure. I don't understand why this line suddenly disappeared from...
@mzaian : We had to roll back from v0.6.1 to v0.5.2 because of error "Failed to scrape node" reported in #1031 and that is fixed for v0.6.2 - that is...
I'm experiencing a similar issue when deploying a full software stack using Kustomize : a single deployment - with reloader auto activated - generates simultaneously 2 replicaSets that can potentially...