Merge pull request #308 from dlorenc/master

Fix deployDNS.md.
This commit is contained in:
Vish Kannan 2016-05-02 15:55:52 -07:00
commit 4e5da5d0e5
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 %}
```