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 d8b28ce commit baf70eaCopy full SHA for baf70ea
environments/openshift-4-7/client/build/3_op-sdk-setup.sh
@@ -48,6 +48,7 @@ echo "install make"
48
yum install make -y
49
50
echo "install kustomize"
51
-curl -s "https://raw.githubusercontent.com/\
52
-kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
53
-mv kustomize /root/tutorial/go/bin/kustomize -f
+wget https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.1.2/kustomize_v4.1.2_linux_amd64.tar.gz -P /tmp
+tar xvzf /tmp/kustomize_v4.1.2_linux_amd64.tar.gz
+chmod +x /tmp/kustomize
54
+mv /tmp/kustomize /root/tutorial/go/bin/kustomize -f
0 commit comments