Commit 6ff05bb9 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #23827 from derekwaynecarr/remove_sc_deny_vagrant

Automatic merge from submit-queue Remove SecurityContextDeny from vagrant setup This should not be needed in the vagrant setup.
parents f4a421d4 9e0ebc27
...@@ -55,7 +55,7 @@ MASTER_USER=vagrant ...@@ -55,7 +55,7 @@ MASTER_USER=vagrant
MASTER_PASSWD=vagrant MASTER_PASSWD=vagrant
# Admission Controllers to invoke prior to persisting objects in cluster # Admission Controllers to invoke prior to persisting objects in cluster
ADMISSION_CONTROL=NamespaceLifecycle,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota ADMISSION_CONTROL=NamespaceLifecycle,LimitRanger,ServiceAccount,ResourceQuota
# Optional: Enable node logging. # Optional: Enable node logging.
ENABLE_NODE_LOGGING=false ENABLE_NODE_LOGGING=false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment