Commit e54fe118 authored by Filipe Brandenburger's avatar Filipe Brandenburger

Merge pull request #4393 from erictune/no_port_conflict

Show help message in kubectl.sh if no args.
parents 60ab9904 9e015fd2
...@@ -128,5 +128,5 @@ if [[ -n "${KUBE_MASTER_IP-}" && -z "${KUBERNETES_MASTER-}" ]]; then ...@@ -128,5 +128,5 @@ if [[ -n "${KUBE_MASTER_IP-}" && -z "${KUBERNETES_MASTER-}" ]]; then
export KUBERNETES_MASTER=https://${KUBE_MASTER_IP} export KUBERNETES_MASTER=https://${KUBE_MASTER_IP}
fi fi
echo "Running:" "${kubectl}" "${config[@]:+${config[@]}}" "${@}" >&2 echo "Running:" "${kubectl}" "${config[@]:+${config[@]}}" "${@+$@}" >&2
"${kubectl}" "${config[@]:+${config[@]}}" "${@}" "${kubectl}" "${config[@]:+${config[@]}}" "${@+$@}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment