Balazs Zachar
Balazs Zachar
We continuously receive `CPUThrottlingHigh` alerts from Prometheus for the trident operator pod. Fixing this seems like a low hanging fruit... Any chance this would made to the next release?
@abhay-krishna , seems the fix did not make it to `v.0.20.7`. I just tried to build a new ubuntu image with the latest image-builder and got the same error message...
I can confirm that the same is happening on v1.16.2. Two AUDIT log entries are generated for a single curl request: The egress from the pod: ``` { "flow": {...
Ohh, this seems to be a regression as it is not there with cilium v1.15.9! ``` # cilium_v0.16.18 status /¯¯\ /¯¯\__/¯¯\ Cilium: OK \__/¯¯\__/ Operator: OK /¯¯\__/¯¯\ Envoy DaemonSet: disabled...
@julianwiedmann thank you for looking into this. May I ask you to elaborate a bit on how can I check this? We use kube-proxy so we do not have the...
Sry. for the delay but we had to downgrade to 1.15.9 to avoid issues with policies. I will try to reproduce this in our playground env and report back by...
@julianwiedmann, I reproduced the problem with `1.16.3` with the following steps: * install cilium on a brand new k8s cluster: `cilium_v0.16.19 install --version=v1.16.3 --helm-set cni.exclusive=false --helm-set ipam.mode=kubernetes --helm-set identityAllocationMode=crd --helm-set...
NOTE: I've re-installed the cluster without the bonding config and the problem persist even with single interfaces
I managed to reproduce the problem in a kind cluster and as such I could attach more information to that ticket: https://github.com/cilium/cilium/issues/35535 Closing this in favor of that.
Hi @zmrow, Thanks for looking into this. Well, we have use cases for both iSCSI and NFSv4 (we have been using NetAPP + Trident in EKS on Outpost). We have...