Skip to content

Commit

Permalink
Remove kubectl installation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Oct 19, 2023
1 parent c52f7ab commit 55ab1e9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/kind_e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- name: Install kubectl
run: |
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
- name: Install kustomize
uses: imranismail/setup-kustomize@v2
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/kind_multicluster_e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- name: Install kubectl
run: |
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
- name: Install kustomize
uses: imranismail/setup-kustomize@v2
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- name: Install kubectl
run: |
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
- name: Install kustomize
uses: imranismail/setup-kustomize@v2
with:
Expand Down

0 comments on commit 55ab1e9

Please sign in to comment.