Skip to content

Commit

Permalink
Merge pull request kubernetes#13204 from spowelljr/installKubectl
Browse files Browse the repository at this point in the history
time-to-k8s: Install kubectl on VirtualBox
  • Loading branch information
spowelljr committed Dec 20, 2021
2 parents 3401be2 + 6a6953c commit f47b590
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/time-to-k8s-public-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
AWS_DEFAULT_REGION: 'us-west-1'
steps:
- uses: actions/checkout@v2
- name: Install kubectl
shell: bash
run: |
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/darwin/amd64/kubectl
sudo install kubectl /usr/local/bin/kubectl
kubectl version --client=true
- uses: actions/setup-go@v2
with:
go-version: ${{env.GO_VERSION}}
Expand Down

0 comments on commit f47b590

Please sign in to comment.