-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run controller/webhook as GID 65532, drop caps
Containers running as root group or with excessive capabilities have larger security impact if compromised. It is recommended to run containers as non-root and drop unneeded capabilities. Controller and Webhook are regular servers and don't need special capabilities. This change is tested with master version on a GKE cluster.
- Loading branch information
1 parent
d58a1ae
commit bff0ba0
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters