Configuring Read Only root filesystem in SecurityContext #6725
Unanswered
opsocomusr
asked this question in
Q&A
Replies: 1 comment
-
You are configuring it incorrectly. This is (on Kubernetes level) not supported in Pod Security Context, only in Container Security Context. So you need to configure it in different place in the template. The Kafka Connect Build does nto work with read-only file system. The rest should work fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does Strimzi support running the pods with
readOnlyRootFilesystem
? We are getting the below error if we try to add this config in the CRD.Will there be any change in pod's behaviour for the other 2 configs (
runAsNonRoot
andrunAsUser
) mentioned in the securityContext?Beta Was this translation helpful? Give feedback.
All reactions