mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
858 B
858 B
layout | title | parent |
---|---|---|
page | Secured containers | List of all features |
Secured Containers
Overview
Change Default settings of:
- PodSecurityContext
FSGroup
is set to3000
- SecurityContext (Container)
RunAsUser
is set to1000
RunAsGroup
is set to2000
RunAsNonRoot
is set totrue
ReadOnlyRootFilesystem
is set totrue
Capabilities.Drop
is set to["ALL"]
Dependencies
- Operator Ephemeral Volumes should be Enabled and Supported.
How to use
To enable this feature use --deployment.feature.secured-containers
arg, which needs be passed to the operator:
helm upgrade --install kube-arangodb \
https://github.com/arangodb/kube-arangodb/releases/download/$VER/kube-arangodb-$VER.tgz \
--set "operator.args={--deployment.feature.secured-containers}"