fix typos on kubernetes deployment scripts (#202)

Signed-off-by: Ngari Ndung'u <ngari.ndungu@gmail.com>
This commit is contained in:
Ngari Ndung'u 2019-10-30 18:35:47 +03:00 committed by Chris O'Haver
parent 926ed95249
commit 30a683770a
2 changed files with 3 additions and 3 deletions

View file

@ -6,10 +6,10 @@ show_help () {
cat << USAGE cat << USAGE
usage: $0 [ -r REVERSE-CIDR ] [ -i DNS-IP ] [ -d CLUSTER-DOMAIN ] [ -t YAML-TEMPLATE ] usage: $0 [ -r REVERSE-CIDR ] [ -i DNS-IP ] [ -d CLUSTER-DOMAIN ] [ -t YAML-TEMPLATE ]
-r : Define a reverse zone for the given CIDR. You may specifcy this option more -r : Define a reverse zone for the given CIDR. You may specify this option more
than once to add multiple reverse zones. If no reverse CIDRs are defined, than once to add multiple reverse zones. If no reverse CIDRs are defined,
then the default is to handle all reverse zones (i.e. in-addr.arpa and ip6.arpa) then the default is to handle all reverse zones (i.e. in-addr.arpa and ip6.arpa)
-i : Specify the cluster DNS IP address. If not specificed, the IP address of -i : Specify the cluster DNS IP address. If not specified, the IP address of
the existing "kube-dns" service is used, if present. the existing "kube-dns" service is used, if present.
-s : Skips the translation of kube-dns configmap to the corresponding CoreDNS Corefile configuration. -s : Skips the translation of kube-dns configmap to the corresponding CoreDNS Corefile configuration.

View file

@ -6,7 +6,7 @@ show_help () {
cat << USAGE cat << USAGE
usage: $0 [ -i DNS-IP ] [ -d CLUSTER-DOMAIN ] usage: $0 [ -i DNS-IP ] [ -d CLUSTER-DOMAIN ]
-i : Specify the cluster DNS IP address. If not specificed, the IP address of -i : Specify the cluster DNS IP address. If not specified, the IP address of
the existing "kube-dns" service is used, if present. the existing "kube-dns" service is used, if present.
-d : Specify the Cluster Domain. Default is "cluster.local" -d : Specify the Cluster Domain. Default is "cluster.local"
USAGE USAGE