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
I am currently facing an issue with Sensor and EventSource deployments in Argo Events. In my K8s cluster, we have OPA in place, which requires securityContext to be set for all pods. However, the pods created by the Event Controller for Sensor and EventSource do not include the necessary securityContext, which prevents them from being scheduled.
Is there a way to configure Argo Events so that a securityContext is injected into the Sensor and EventSource deployments automatically? Ideally for my use case, whenever a new Sensor or EventSource is created, its corresponding deployment should have the securityContext injected.
From what I understand, these deployments are handled by the Event Controller, but I haven't found any configuration options to modify the security settings for Sensor or EventSource deployments.
Any help or guidance on this would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am currently facing an issue with Sensor and EventSource deployments in Argo Events. In my K8s cluster, we have OPA in place, which requires securityContext to be set for all pods. However, the pods created by the Event Controller for Sensor and EventSource do not include the necessary securityContext, which prevents them from being scheduled.
Is there a way to configure Argo Events so that a securityContext is injected into the Sensor and EventSource deployments automatically? Ideally for my use case, whenever a new Sensor or EventSource is created, its corresponding deployment should have the securityContext injected.
From what I understand, these deployments are handled by the Event Controller, but I haven't found any configuration options to modify the security settings for Sensor or EventSource deployments.
Any help or guidance on this would be greatly appreciated!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions