mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-10 06:11:33 +00:00
Also pin kubectl version when destroying namespace
Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
6
.github/workflows/ow_docker-compose.yml
vendored
6
.github/workflows/ow_docker-compose.yml
vendored
@@ -442,6 +442,12 @@ jobs:
|
||||
run: |
|
||||
aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }}
|
||||
|
||||
# TODO WIFI-7839 delete when issue is resolved on AWS CLI side
|
||||
- name: install kubectl
|
||||
run: |
|
||||
curl -LO "https://dl.k8s.io/release/v1.23.6/bin/linux/amd64/kubectl"
|
||||
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
|
||||
|
||||
- name: Delete namespace
|
||||
run: kubectl delete ns --ignore-not-found=true ${{ needs.deploy-controller.outputs.namespace }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user