Change the name of kubernetes-dashboard deployment.

Related-Bug: #1740896

Change-Id: I467ec56cfeac34021a761dd2ebf0e7611052a352
This commit is contained in:
Syed Armani 2018-01-08 14:13:58 +05:30 committed by yatin
parent 30b9d4fa12
commit 2a60e56d41
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ do
done
#echo check for existence of kubernetes-dashboard deployment
/usr/bin/kubectl get deployment kube-dashboard --namespace=kube-system
/usr/bin/kubectl get deployment kubernetes-dashboard --namespace=kube-system
if [ "\$?" != "0" ]; then
/usr/bin/kubectl create -f /srv/kubernetes/manifests/kube-dash-deploy.yaml --namespace=kube-system