You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Windows Machine Config Operator (WMCO) minimizes node reboots whenever possible. However, certain operations and updates require a reboot to ensure that changes are applied correctly and securely. To safely reboot your Windows nodes, use the graceful reboot process. For information on gracefully rebooting a standard {product-title} node, see "Rebooting a node gracefully" in the Nodes documentation.
18
+
endif::windows[]
19
+
9
20
Before rebooting a node, it is recommended to backup etcd data to avoid any data loss on the node.
10
21
11
22
[NOTE]
@@ -48,6 +59,7 @@ In this case, run the drain command again, adding the `disable-eviction` flag, w
. SSH into the Windows node and enter PowerShell by running the following command:
103
+
+
104
+
[source,terminal]
105
+
----
106
+
C:\> powershell
107
+
----
108
+
109
+
. Restart the node by running the following command:
110
+
+
111
+
[source,terminal]
112
+
----
113
+
C:\> Restart-Computer -Force
114
+
----
115
+
116
+
. Windows nodes on Amazon Web Services (AWS) do not return to `READY` state after a graceful reboot due to an inconsistency with the EC2 instance metadata routes and the Host Network Service (HNS) networks.
117
+
+
118
+
After the reboot, SSH into any Windows node on AWS and add the route by running the following command in a shell prompt:
* xref:../nodes/nodes/nodes-nodes-rebooting.adoc#nodes-nodes-rebooting-gracefully_nodes-nodes-rebooting[Rebooting a {product-title} node gracefully]
68
+
* xref:../backup_and_restore/control_plane_backup_and_restore/backing-up-etcd.adoc#backup-etcd[Backing up etcd data]
69
+
64
70
[role="_additional-resources"]
65
71
== Additional resources
66
72
67
73
* xref:../installing/installing_azure/installing-azure-default.adoc#ssh-agent-using_installing-azure-default[Generating a key pair for cluster node SSH access]
68
-
* xref:../operators/admin/olm-adding-operators-to-cluster.adoc#olm-adding-operators-to-a-cluster[Adding Operators to a cluster].
74
+
* xref:../operators/admin/olm-adding-operators-to-cluster.adoc#olm-adding-operators-to-a-cluster[Adding Operators to a cluster]
0 commit comments