mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 18:52:38 +00:00
Fix failing kubectl skew tests
This commit is contained in:
@@ -68,4 +68,10 @@ if false; then
|
||||
echo "Running:" "${kubectl}" "${config[@]:+${config[@]}}" "${@+$@}" >&2
|
||||
fi
|
||||
|
||||
if [[ "${1:-}" =~ ^(path)$ ]]; then
|
||||
echo "${kubectl}"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
"${kubectl}" "${config[@]:+${config[@]}}" "${@+$@}"
|
||||
|
||||
|
Reference in New Issue
Block a user