Skip to content

Commit

Permalink
Merge pull request kata-containers#7510 from fidencio/topic/ci-k8s-ak…
Browse files Browse the repository at this point in the history
…s-do-not-fail-gathering-info

ci: k8s: Do not fail when gathering info on AKS nodes
  • Loading branch information
fidencio authored Aug 2, 2023
2 parents e1a69c0 + f910c66 commit 29855ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/kubernetes/gha-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ function delete_cluster() {
}

function get_nodes_and_pods_info() {
kubectl debug $(kubectl get nodes -o name) -it --image=quay.io/kata-containers/kata-debug:latest
kubectl get pods -o name | grep node-debugger | xargs kubectl delete
kubectl debug $(kubectl get nodes -o name) -it --image=quay.io/kata-containers/kata-debug:latest || true
kubectl get pods -o name | grep node-debugger | xargs kubectl delete || true
}

function main() {
Expand Down

0 comments on commit 29855ed

Please sign in to comment.