Skip to content

Commit b44e697

Browse files
author
Mengqi Yu
committed
🏃 use kustomize v3.1.0 for testing
v3.1.0 matches the version we suggest in quick-start.md
1 parent 979d19f commit b44e697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_and_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
export GO111MODULE=on
1818

1919
go get sigs.k8s.io/[email protected]
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)