Update startup scripts for kube-dns ConfigMap and ServiceAccount
This commit is contained in:
@@ -34,6 +34,7 @@ function deploy_dns {
|
||||
if [ ! "$KUBEDNS" ]; then
|
||||
# use kubectl to create kube-dns deployment and service
|
||||
${KUBECTL} --namespace=kube-system create -f kubedns-sa.yaml
|
||||
${KUBECTL} --namespace=kube-system create -f kubedns-cm.yaml
|
||||
${KUBECTL} --namespace=kube-system create -f kubedns-controller.yaml
|
||||
${KUBECTL} --namespace=kube-system create -f kubedns-svc.yaml
|
||||
|
||||
|
Reference in New Issue
Block a user