File tree Expand file tree Collapse file tree
docs/modules/ROOT/pages/how-tos Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ This guide describes how to deploy cloudscale.ch CCM on an existing cluster.
99If not already present add the following machine config which customizes the kubelet systemd service on all cluster nodes.
1010As 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----
1416spec:
@@ -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----
98102kubectl --as cluster-admin patch infrastructure.config cluster --type=merge -p '{"spec":{"platformSpec":{"external":{"platformName":"cloudscale.ch"},"type":"External"}}}'
You can’t perform that action at this time.
0 commit comments