fixed start_cluster.sh
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -o errexit
|
set -o errexit
|
||||||
# 0. install kind
|
# 0. install kind
|
||||||
Copy
|
|
||||||
# For AMD64 / x86_64
|
# For AMD64 / x86_64
|
||||||
[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.24.0/kind-linux-amd64
|
[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.24.0/kind-linux-amd64
|
||||||
# For ARM64
|
# For ARM64
|
||||||
|
|||||||
Reference in New Issue
Block a user