Skip to content

Commit baf70ea

Browse files
committed
updating kustomize version
1 parent d8b28ce commit baf70ea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

environments/openshift-4-7/client/build/3_op-sdk-setup.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ echo "install make"
4848
yum install make -y
4949

5050
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
51+
wget https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.1.2/kustomize_v4.1.2_linux_amd64.tar.gz -P /tmp
52+
tar xvzf /tmp/kustomize_v4.1.2_linux_amd64.tar.gz
53+
chmod +x /tmp/kustomize
54+
mv /tmp/kustomize /root/tutorial/go/bin/kustomize -f

0 commit comments

Comments
 (0)