Skip to content

Commit 789f403

Browse files
committed
SnapSet uncordon nodes after 25h wait
... In some cases I see context timeout in some machine-config related cluster operator. The node end up unschedulable, uncordoning the node allows the clusteroperators to recover.
1 parent e8104ea commit 789f403

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roles/ocp_agent_installer/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
when: ocp_agent_installer_prepare_for_snapshot | bool
4040
ansible.builtin.command: >-
4141
hotstack-snapset
42+
--uncordon
4243
--wait-cluster-stable 60s
4344
--cordon
4445
--shutdown

0 commit comments

Comments
 (0)