Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25381 from apcera/allow_security_context_aws
Automatic merge from submit-queue AWS kube-up: Remove SecurityContextDeny admission controller (to mirror GCE) This PR allows the user to tune the ADMISSION_CONTROL options for AWS environments (much like local-up-cluser.sh). The main impetus is to allow users to exclude the SecurityContextDeny admission controller which causes e2e AWS based tests to fail with `pod.Spec.SecurityContext.SELinuxOptions is forbidden`. Now AWS e2e tests are happy and can actually go green.
- Loading branch information