Update startup scripts for kube-dns ConfigMap and ServiceAccount

This commit is contained in:
Zihong Zheng
2017-03-08 16:45:22 -08:00
parent 7b4bec038c
commit 3acff7d3ef
9 changed files with 30 additions and 0 deletions

View File

@@ -372,6 +372,8 @@ def start_kube_dns():
}
try:
create_addon('kubedns-sa.yaml', context)
create_addon('kubedns-cm.yaml', context)
create_addon('kubedns-controller.yaml', context)
create_addon('kubedns-svc.yaml', context)
except CalledProcessError: