We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55b4d7 commit 1275269Copy full SHA for 1275269
deploy/kubernetes/install-kustomize.sh
@@ -17,5 +17,5 @@ if [ -f "kustomize" ]; then
17
rm kustomize
18
fi
19
echo "installing latest version of kustomize"
20
-curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
+curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash -x
21
mv kustomize ${INSTALL_DIR}
test/k8s-integration/.dockerized-kube-version-defs
@@ -1,5 +1,5 @@
1
KUBE_GIT_COMMIT='somefakecommit'
2
KUBE_GIT_TREE_STATE='dirty'
3
-KUBE_GIT_VERSION='v888.888.888-fake-testing-master.version'
4
-KUBE_GIT_MAJOR='888'
5
-KUBE_GIT_MINOR='888+'
+KUBE_GIT_VERSION='v1.23.888-fake-testing-master.version'
+KUBE_GIT_MAJOR='1'
+KUBE_GIT_MINOR='23+'
0 commit comments