Hi all,
I would like to ask if it's possible to run sandbox without root priviledges?
Our policy doesn't allow to run pod with as root. If I turn on runAsNonRoot = true, sandbox won't run anymore.
I have this error
My values.yml
sandbox:
podSecurityContext:
fsGroup: 2000
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
# readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
runAsNonRoot: true
runAsUser: 1000
Thank you.
Regards.
Hi all,
I would like to ask if it's possible to run sandbox without root priviledges?
Our policy doesn't allow to run pod with as root. If I turn on runAsNonRoot = true, sandbox won't run anymore.
I have this error
My values.yml
Thank you.
Regards.