mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
Unbreak cluster/validate-cluster.sh
This commit is contained in:
@@ -120,7 +120,7 @@ elif [[ "$KUBERNETES_PROVIDER" == "vagrant" ]]; then
|
|||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "current-context: \"$(${kubectl} config view -o template --template='{{index . "current-context"}}')\""
|
echo "current-context: \"$(${kubectl} config view -o template --template='{{index . "current-context"}}')\"" >&2
|
||||||
|
|
||||||
echo "Running:" "${kubectl}" "${config[@]:+${config[@]}}" "${@+$@}" >&2
|
echo "Running:" "${kubectl}" "${config[@]:+${config[@]}}" "${@+$@}" >&2
|
||||||
"${kubectl}" "${config[@]:+${config[@]}}" "${@+$@}"
|
"${kubectl}" "${config[@]:+${config[@]}}" "${@+$@}"
|
||||||
|
Reference in New Issue
Block a user