We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f92283 commit 48c311bCopy full SHA for 48c311b
hack/run-e2es.sh
@@ -23,7 +23,7 @@ install_kind() {
23
# For ARM64
24
[ $(uname -m) = aarch64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.29.0/kind-linux-arm64
25
chmod +x ./kind
26
- sudo mv ./kind /usr/local/bin/kind
+ mv ./kind /usr/local/bin/kind
27
else
28
echo "kind is already installed."
29
fi
0 commit comments