Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
floryut committed Oct 25, 2021
1 parent c2d4822 commit 37fb3cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/recover_control_plane/control-plane/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
msg: "Unable to delete broken kube_control_plane node: {{ item.item }}"
loop: "{{ delete_broken_kube_masters.results }}"
changed_when: false
ignore_errors: true
when:
- groups['broken_kube_control_plane']
- "item.rc != 0 and not 'NotFound' in item.stderr"

- name: Wait for debug
pause:
minutes: 30

0 comments on commit 37fb3cc

Please sign in to comment.