mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02:00
kubernetes: Reverse zone fall through (#53)
* add cidr default, move to getopts * add ipv6 zone * update readme
This commit is contained in:
parent
29da3093c4
commit
ba02ac313f
3 changed files with 43 additions and 14 deletions
|
@ -21,10 +21,10 @@ You should examine the manifest carefully and make sure it is correct for your p
|
|||
cluster. Depending on how you have built your cluster and the version you are running,
|
||||
some modifications to the manifest may be needed.
|
||||
|
||||
In the best case scenario, all that's needed to replace Kube-DNS are these two commands (replacing the CIDRs with the service and pod CIDRs in your deployment respectively):
|
||||
In the best case scenario, all that's needed to replace Kube-DNS are these two commands:
|
||||
|
||||
~~~
|
||||
$ ./deploy.sh 10.3.0.0/12 172.17.0.0/16 | kubectl apply -f -
|
||||
$ ./deploy.sh | kubectl apply -f -
|
||||
$ kubectl delete --namespace=kube-system deployment kube-dns
|
||||
~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue