Skip to content

Commit

Permalink
Update rbac.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored Jul 23, 2017
1 parent 8f2e767 commit 490adc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ kubectl create serviceaccount kube-dns -n kube-system
$ kubectl patch deployment kube-dns -n kube-system -p '{"spec":{"template":{"spec":{"serviceAccountName":"kube-dns"}}}}'

# Wait for kube-dns pods to start running
$ kubectl get pods -n kube-system --watch
$ kubectl get pods -n kube-system --watch
```

Now, install KubeDB cli on your workstation and KubeDB operator in your cluster following the steps [here](/docs/install.md).
Expand Down

0 comments on commit 490adc3

Please sign in to comment.