Skip to content

Commit

Permalink
Merge pull request #9 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
Install kind@main
  • Loading branch information
AkihiroSuda authored Jan 25, 2024
2 parents 6b7fdd6 + 1f188b4 commit 0ec0800
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deployer/kubetest2-kindinv-provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ systemctl daemon-reload
curl -fsSL https://get.docker.com | sh

# Install kind
GOBIN=/usr/local/bin go install sigs.k8s.io/kind@latest
#
# > Kubernetes @ HEAD typically requires KIND @ HEAD
# https://github.com/kubernetes-sigs/kind/pull/3487#issuecomment-1908753591
GOBIN=/usr/local/bin go install sigs.k8s.io/kind@main

0 comments on commit 0ec0800

Please sign in to comment.