Remove duplicated ingress controller tool help message

Change-Id: If283aca14ac2aae471175d6fa839c751170c3e3a
This commit is contained in:
Sergey Lukjanov 2016-11-19 21:41:18 -08:00
parent c59f5f26e3
commit 581ddefd45
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ function usage {
echo " $base_name -k <path to tls key>"
echo " $base_name -c <path to tls cert>"
echo " $base_name -d <ingress domain (default: ccp.external)>"
echo " $base_name -i <external IP>"
}
NAMESPACE=" --namespace kube-system"