mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Merge pull request #17410 from hongchaodeng/kubemark
Auto commit by PR queue bot
This commit is contained in:
commit
4a6884038a
@ -18,6 +18,11 @@
|
||||
|
||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
|
||||
|
||||
if ! command -v kubectl >/dev/null 2>&1; then
|
||||
echo "Please install kubectl before running this script"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
source "${KUBE_ROOT}/test/kubemark/common.sh"
|
||||
|
||||
RUN_FROM_DISTRO=${RUN_FROM_DISTRO:-false}
|
||||
|
Loading…
Reference in New Issue
Block a user