Skip to content

Commit eee4342

Browse files
committed
Add callouts for steps that trigger node reboots in rollout how-to for OCP
1 parent ecfcab6 commit eee4342

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/modules/ROOT/pages/how-tos/deploy-ocp.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This guide describes how to deploy cloudscale.ch CCM on an existing cluster.
99
If not already present add the following machine config which customizes the kubelet systemd service on all cluster nodes.
1010
As described in https://github.com/openshift/infrastructure-provider-onboarding-guide/blob/main/docs/platform-external/installing.md.
1111
+
12+
IMPORTANT: Applying the `MachineConfig` causes node reboots.
13+
+
1214
[source,yaml]
1315
----
1416
spec:
@@ -93,6 +95,8 @@ worker-8e76 cloudscale://a0ba2200-bfc3-435a-b733-8607b6ee4190
9395

9496
. Patch infrastructure config
9597
+
98+
IMPORTANT: This step triggers node reboots to apply the Kubelet flag `--cloud-provider=external`.
99+
+
96100
[source,bash]
97101
----
98102
kubectl --as cluster-admin patch infrastructure.config cluster --type=merge -p '{"spec":{"platformSpec":{"external":{"platformName":"cloudscale.ch"},"type":"External"}}}'

0 commit comments

Comments
 (0)