diff --git a/kind-cluster/README.md b/kind-cluster/README.md index e59942b..628d793 100644 --- a/kind-cluster/README.md +++ b/kind-cluster/README.md @@ -6,11 +6,11 @@ Install KIND and kubectl using the provided script: #!/bin/bash -[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64 +[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.27.0/kind-linux-amd64 chmod +x ./kind sudo cp ./kind /usr/local/bin/kind -VERSION="v1.30.0" +VERSION="v1.31.0" URL="https://dl.k8s.io/release/${VERSION}/bin/linux/amd64/kubectl" INSTALL_DIR="/usr/local/bin"