mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Remove debug print in kubectl.sh
Removes a debug print that (it seems to me) was added in erro
as part of PR #3046 / commit c3efef8
.
This commit is contained in:
parent
5038fc0ffa
commit
2bc41e1602
@ -106,5 +106,4 @@ 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: " "${kubecfg}" "${auth_config[@]:+${auth_config[@]}}" "${@}" >&2
|
|
||||||
"${kubecfg}" "${auth_config[@]:+${auth_config[@]}}" "${@}"
|
"${kubecfg}" "${auth_config[@]:+${auth_config[@]}}" "${@}"
|
||||||
|
Loading…
Reference in New Issue
Block a user