Skip to content

Commit

Permalink
Adding curl method for kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
Heshdude committed Aug 9, 2020
1 parent c65e030 commit d574c98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions installers/kubectl/installer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cl
EOF
yum install -y kubectl
"""

[curl]
sh ="""
@info "Downloading Helm"
@sudo curl -sSL https://storage.googleapis.com/kubernetes-release/release/v1.13.3/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl
@sudo chmod +x /usr/local/bin/kubectl
"""

0 comments on commit d574c98

Please sign in to comment.