From 30a683770a98aeb66b70d9faf571afca430960a9 Mon Sep 17 00:00:00 2001 From: Ngari Ndung'u Date: Wed, 30 Oct 2019 18:35:47 +0300 Subject: [PATCH] fix typos on kubernetes deployment scripts (#202) Signed-off-by: Ngari Ndung'u --- kubernetes/deploy.sh | 4 ++-- kubernetes/rollback.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kubernetes/deploy.sh b/kubernetes/deploy.sh index c31c298..73b647f 100755 --- a/kubernetes/deploy.sh +++ b/kubernetes/deploy.sh @@ -6,10 +6,10 @@ show_help () { cat << USAGE 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, 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. -s : Skips the translation of kube-dns configmap to the corresponding CoreDNS Corefile configuration. diff --git a/kubernetes/rollback.sh b/kubernetes/rollback.sh index 8489fc4..f2c3ba6 100755 --- a/kubernetes/rollback.sh +++ b/kubernetes/rollback.sh @@ -6,7 +6,7 @@ show_help () { cat << USAGE 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. -d : Specify the Cluster Domain. Default is "cluster.local" USAGE