mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
Add note about non-RBAC deployments (#19)
This commit is contained in:
parent
ddf67e8f98
commit
3313ba9e12
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue