fixed start_cluster.sh

This commit is contained in:
2024-10-22 10:35:49 +02:00
parent e90e8b1b2d
commit 9dde55da01

View File

@ -1,7 +1,6 @@
#!/bin/sh
set -o errexit
# 0. install kind
Copy
# For AMD64 / x86_64
[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.24.0/kind-linux-amd64
# For ARM64