Add support for Namespace as Kind
Add example for using namespaces
This commit is contained in:
@@ -69,4 +69,4 @@ DNS_REPLICAS=1
|
||||
|
||||
# Optional: Enable setting flags for kube-apiserver to turn on behavior in active-dev
|
||||
RUNTIME_CONFIG=""
|
||||
#RUNTIME_CONFIG="api/v1beta3"
|
||||
#RUNTIME_CONFIG="api/v1beta3"
|
||||
|
@@ -75,7 +75,7 @@ grains:
|
||||
cloud_provider: vagrant
|
||||
roles:
|
||||
- kubernetes-master
|
||||
admission_control: AlwaysAdmit
|
||||
admission_control: NamespaceExists,AlwaysAdmit
|
||||
runtime_config: '$(echo "$RUNTIME_CONFIG" | sed -e "s/'/''/g")'
|
||||
EOF
|
||||
|
||||
|
Reference in New Issue
Block a user