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 c65e030 commit d574c98Copy full SHA for d574c98
installers/kubectl/installer.toml
@@ -25,3 +25,10 @@ gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cl
25
EOF
26
yum install -y kubectl
27
"""
28
+
29
+[curl]
30
+sh ="""
31
+@info "Downloading Helm"
32
+@sudo curl -sSL https://storage.googleapis.com/kubernetes-release/release/v1.13.3/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl
33
+@sudo chmod +x /usr/local/bin/kubectl
34
+"""
0 commit comments