Add note about non-RBAC deployments (#19)

This commit is contained in:
Chris O'Haver 2017-11-02 16:23:58 -04:00 committed by John Belamaric
parent ddf67e8f98
commit 3313ba9e12

View file

@ -30,3 +30,6 @@ $ kubectl delete --namespace=kube-system deployment kube-dns
-Note that the CIDR's netmask needs to be a multiple of 8.
For non-RBAC deployments, you'll need to edit the resulting yaml before applying it:
1. Remove the line `serviceAccountName: coredns` from the `Deployment` section.
2. Remove the `ServiceAccount`, `ClusterRole`, and `ClusterRoleBinding` sections.