File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,11 +80,13 @@ chmod +x ./kubectl
8080mv ./kubectl /usr/local/bin
8181
8282# helm
83- download " https://get.helm.sh/helm-v$helm_version -linux-${arch_name} .tar.gz" " helm.tar.gz"
84- tar zxf helm.tar.gz
85- chmod +x linux-${arch_name} /helm
86- mv ./linux-${arch_name} /helm /usr/local/bin
87- rm -rf linux-${arch_name} / helm.tar.gz
83+ # download "https://get.helm.sh/helm-v$helm_version-linux-${arch_name}.tar.gz" "helm.tar.gz"
84+ download " https://snapshots.eksworkshop.com/reinvent/hack/helm /usr/local/bin/helm"
85+ /usr/local/bin/helm
86+ # tar zxf helm.tar.gz
87+ # chmod +x linux-${arch_name}/helm
88+ # mv ./linux-${arch_name}/helm /usr/local/bin
89+ # rm -rf linux-${arch_name}/ helm.tar.gz
8890
8991# eksctl
9092download " https://github.com/eksctl-io/eksctl/releases/download/v${eksctl_version} /eksctl_Linux_${arch_name} .tar.gz" " eksctl.tar.gz"
You can’t perform that action at this time.
0 commit comments