Merge "Only wait for essential pods in cert recovery"

This commit is contained in:
Zuul 2024-03-25 15:07:23 +00:00 committed by Gerrit Code Review
commit 65eb75e27a
1 changed files with 2 additions and 1 deletions

View File

@ -81,8 +81,9 @@
- name: Wait pods to restart (become READY) on controller
shell: >-
kubectl get po -l '!job-name' -A --no-headers -o
'custom-columns=NAME:.metadata.name,
'custom-columns=NAME:.metadata.name, NAMESPACE:.metadata.namespace,
READY:.status.containerStatuses[*].ready,NODE:.spec.nodeName'
| grep "armada\|cert-manager\|flux-helm\|kube-system"
| grep -v calico-node
| grep $(hostname)
| grep -cv true