You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue here.
I have a telegraf operator running in my kubernetes cluster, deployed via helm method. The operator is injecting the telegraf sidecar successfully with my application.
But, when I am deploying my application the Kyverno admission controller blocking the pods to run. This is happening due to kyverno policies like drop-all-capabilities, require-run-as-nonroot are getting violated.
I tried adding the securityContext via telegraf operator but looks like it is getting applied only to operator and not on the telegraf sidecar container.
Is there any way (like annotations or something) to apply securityContext to telegraf sidecar container?
Relevant URLs
Provide relevant URLs
What products and version are you using?
telegraf version: 1.3
The text was updated successfully, but these errors were encountered:
Describe the issue here.
I have a telegraf operator running in my kubernetes cluster, deployed via helm method. The operator is injecting the telegraf sidecar successfully with my application.
But, when I am deploying my application the Kyverno admission controller blocking the pods to run. This is happening due to kyverno policies like drop-all-capabilities, require-run-as-nonroot are getting violated.
I tried adding the securityContext via telegraf operator but looks like it is getting applied only to operator and not on the telegraf sidecar container.
Is there any way (like annotations or something) to apply securityContext to telegraf sidecar container?
Relevant URLs
What products and version are you using?
telegraf version: 1.3
The text was updated successfully, but these errors were encountered: