Skip to content

Commit

Permalink
Removed timeout for kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
atsikham committed Oct 21, 2021
1 parent c28b180 commit 79d2aba
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@
when: upgrade_k8s_dashboard
block:
- name: k8s/master | Delete kubernetes-dashboard namespace
# this command can hang, so timeout is specified
# --ignore-not-found is used to be able re-run upgrade if it fails
command: >-
kubectl delete ns kubernetes-dashboard --ignore-not-found=true --timeout=1m
kubectl delete ns kubernetes-dashboard --ignore-not-found=true
# Deploy new version of kubernetes-dashboard
- name: k8s/master | Apply Kubernetes Dashboard
Expand Down

0 comments on commit 79d2aba

Please sign in to comment.