Merge pull request #99023 from verb/1.21-securitycontext

Allow setting securityContext in ephemeral containers
This commit is contained in:
Kubernetes Prow Robot
2021-07-09 20:50:46 -07:00
committed by GitHub
9 changed files with 75 additions and 16 deletions

View File

@@ -84,6 +84,7 @@ var allowedEphemeralContainerFields = map[string]bool{
"TerminationMessagePath": true,
"TerminationMessagePolicy": true,
"ImagePullPolicy": true,
"SecurityContext": true,
"Stdin": true,
"StdinOnce": true,
"TTY": true,