kubernetes: Reverse zone fall through (#53)

* add cidr default, move to  getopts

* add ipv6 zone

* update readme
This commit is contained in:
Chris O'Haver 2018-01-19 12:11:55 -05:00 committed by GitHub
parent 29da3093c4
commit ba02ac313f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 14 deletions

View file

@ -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
~~~