Improvement: Ability to set SecurityContext
Improvement: Ability to set SecurityContext
Expected Behavior
I have a usecase where I need to set a SecurityContext block on the APIServer deployment, the apiserver container and componentResources, in order to comply with security requitements.
Looking at the documentation, I see that such a thing is not available for the APIServerDeploymentContainer, APIServerDeploymentContainer and APIServerDeploymentContainer
Is this something that might be possible in the future?
Calico version: v3.24.5
Yep, looks like we hard-code a security context here: https://github.com/tigera/operator/blob/master/pkg/render/apiserver.go#L940
It should be possible to expose an option for this, although we need to be careful not to expose an option that can easily break user's clusters.
https://github.com/tigera/operator/issues/2720
is there any update on this?
Just waiting on someone to pick up the torch for this one - I think it's generally agreed to be a good thing. Any takers?
This issue is stale because it is kind/enhancement or kind/bug and has been open for 180 days with no activity.
This issue was closed because it has been inactive for 30 days since being marked as stale.