mirror of https://github.com/k3s-io/k3s
Unbreak cluster/validate-cluster.sh
parent
3bded83201
commit
d528439ee5
|
@ -120,7 +120,7 @@ elif [[ "$KUBERNETES_PROVIDER" == "vagrant" ]]; then
|
|||
)
|
||||
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
|
||||
"${kubectl}" "${config[@]:+${config[@]}}" "${@+$@}"
|
||||
|
|
Loading…
Reference in New Issue