Fix deployDNS.md.

There is no mention of where to find kube-system.yaml, and it's not
necessary with kubectl 1.2. You can just create the namespace
directly.
pull/308/head
Dan Lorenc 2016-04-01 10:39:51 -07:00
parent d956b20b4d
commit 763fd56337
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ $ sed -e "s/{{ pillar\['dns_replicas'\] }}/${DNS_REPLICAS}/g;s/{{ pillar\['dns_d
# If the kube-system namespace isn't already created, create it
$ kubectl get ns
$ kubectl create -f ./kube-system.yaml
$ kubectl create namespace kube-system
$ kubectl create -f ./skydns.yaml{% endraw %}
```