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 need to configure Redis pods' SecurityContext at the container level, in addition to the pod level.
Linux capabilities, for example, can be configured at only container level (pod.spec.containers.securityContext.capabilities field).
Container-level SecurityContext configuration would allow us to make Redis pods conformant with Pod Security Standard's Restricted policy.
What did you expect to see?
Currently, we can configure Redis pods' SecurityContext at the pod level only (redis.spec.securityContext field).
I expected that I can configure the container-level SecurityContext too.
What did you see instead?
We cannot configure Redis pods' SecurityContext at the container level.
The text was updated successfully, but these errors were encountered:
shubham-cmyk
changed the title
Cannot configure SecurityContext at container level
[Feature] : Cannot configure SecurityContext at container level
Jun 6, 2023
What version of redis operator are you using?
redis-operator version: v0.14.0
Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
kubectl version
)?kubectl version
OutputWhat did you do?
I need to configure Redis pods' SecurityContext at the container level, in addition to the pod level.
Linux capabilities, for example, can be configured at only container level (
pod.spec.containers.securityContext.capabilities
field).Container-level SecurityContext configuration would allow us to make Redis pods conformant with Pod Security Standard's Restricted policy.
What did you expect to see?
Currently, we can configure Redis pods' SecurityContext at the pod level only (
redis.spec.securityContext
field).I expected that I can configure the container-level SecurityContext too.
What did you see instead?
We cannot configure Redis pods' SecurityContext at the container level.
The text was updated successfully, but these errors were encountered: