Skip to content

Commit 76963b3

Browse files
authored
Merge pull request #999 from mengqiy/bumpkustomize
🏃 use kustomize v3.1.0 for testing
2 parents 6e2c2e8 + b44e697 commit 76963b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_and_setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
export GO111MODULE=on
1818

1919
go get sigs.k8s.io/kind@v0.4.0
20-
go get sigs.k8s.io/kustomize/v3/cmd/kustomize@v3.0.1
20+
go get sigs.k8s.io/kustomize/v3/cmd/kustomize@v3.1.0
2121

2222
# You can use --image flag to specify the cluster version you want, e.g --image=kindest/node:v1.13.6, the supported version are listed at https://hub.docker.com/r/kindest/node/tags
2323
kind create cluster --config test/kind-config.yaml --image=kindest/node:v1.14.1

0 commit comments

Comments
 (0)