Skip to content

Commit

Permalink
Merge pull request #31 from Heshdude/improve-installers
Browse files Browse the repository at this point in the history
Adding curl method for kubectl
  • Loading branch information
Heshdude committed Aug 9, 2020
2 parents 66c3996 + d574c98 commit a0cfa99
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 a0cfa99

Please sign in to comment.