|
7 | 7 |
|
8 | 8 | When a new version of the Windows Machine Config Operator (WMCO) is released that is compatible with the current cluster version, the Operator is upgraded based on the upgrade channel and subscription approval strategy it was installed with when using the Operator Lifecycle Manager (OLM). The WMCO upgrade results in the Kubernetes components in the Windows machine being upgraded.
|
9 | 9 |
|
10 |
| -//the following paragraph and lists taken from https://github.com/openshift/enhancements/pull/962/files#diff-be9b7fd31ea4585b2c617aa51f14f35cb1212da129acf3455806aba6cddf782dR137 |
11 |
| -Because WMCO 6.0.0 uses containerd as the default container runtime instead of Docker, note the following changes that are made during the upgrade: |
12 |
| - |
13 |
| -* For nodes created using a compute machine set: |
14 |
| -** All `machine` objects are deleted, which results in the draining and deletion of any Windows nodes. |
15 |
| -** New Windows nodes are created. |
16 |
| -** The upgraded WMCO configures the new Windows nodes with containerd as the default runtime. |
17 |
| -** After the new Windows nodes join the {product-title} cluster, you can deploy pods on those nodes. |
18 |
| - |
19 |
| -* For Bring-Your-Own-Host (BYOH) nodes: |
20 |
| -** The kubelet, kube-proxy, CNI, and the hybrid-overlay components, which were installed by the WMCO, are all uninstalled. |
21 |
| -** Any Windows OS-specific configurations that were created as part of configuring the instance, such as HNS networks, are deleted or reverted. |
22 |
| -** The WMCO installs containerd as the default runtime, and reinstalls the kubelet, kube-proxy, CNI, and hybrid-overlay components. |
23 |
| -** The kubelet service starts. |
24 |
| -** After the new Windows nodes join the {product-title} cluster, you can deploy pods on those nodes. |
25 |
| -** If any Docker service is present, it continues to run. Alternatively, you can manually uninstall Docker. |
26 |
| - |
27 | 10 | [NOTE]
|
28 | 11 | ====
|
29 | 12 | If you are upgrading to a new version of the WMCO and want to use cluster monitoring, you must have the `openshift.io/cluster-monitoring=true` label present in the WMCO namespace. If you add the label to a pre-existing WMCO namespace, and there are already Windows nodes configured, restart the WMCO pod to allow monitoring graphs to display.
|
|
0 commit comments