aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRHE <rebirthmonkey@gmail.com>2017-12-26 17:57:52 +0100
committerRHE <rebirthmonkey@gmail.com>2017-12-26 17:57:52 +0100
commit6ca8af03c997444eaeda788b1e5a341a4cd8e8e5 (patch)
treee3e1923b916faee5e89cda6bb6d3496451af68a0 /tools
parent379f200e5a71e02b00f6a57b5c5bbb1470fa0ca0 (diff)
fix a pub for k8s
Change-Id: Ic0225b8bf64e7e49a0cddec97f3f9003c4e8a9f3 Signed-off-by: RHE <rebirthmonkey@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/moon_kubernetes/init_k8s.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/moon_kubernetes/init_k8s.sh b/tools/moon_kubernetes/init_k8s.sh
index ab9a4503..fcfdfb5e 100644
--- a/tools/moon_kubernetes/init_k8s.sh
+++ b/tools/moon_kubernetes/init_k8s.sh
@@ -20,7 +20,7 @@ kubectl apply -f http://docs.projectcalico.org/v2.4/getting-started/kubernetes/i
#kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
kubectl delete deployment kube-dns --namespace=kube-system
-kubectl apply -f kubernetes/templates/kube-dns.yaml
+kubectl apply -f templates/kube-dns.yaml
kubectl taint nodes --all node-role.kubernetes.io/master- # make the master also as a node