Skip to content

Commit

Permalink
Add note about ccm taints for CNI other than cilium
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Jul 24, 2024
1 parent a825020 commit 72cc2e3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/modules/ROOT/partials/install/bootstrap-nodes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,20 @@ endif::[]
openshift-install --dir "${INSTALLER_DIR}" \
wait-for bootstrap-complete --log-level debug
----
+
[NOTE]
--
If you're using a CNI other than Cilium you may need to remove the following taint from the nodes to allow the network to come up:
[source,bash]
----
kubectl taint no --all node.cloudprovider.kubernetes.io/uninitialized:NoSchedule-
----
Once the bootstrap is complete, taint the master nodes again to ensure that they're properly initialized by the cloud-controller-manager.
[source,bash]
----
kubectl taint no -l node-role.kubernetes.io/master node.cloudprovider.kubernetes.io/uninitialized=:NoSchedule
----
--

. Remove bootstrap node and provision remaining nodes
+
Expand Down

0 comments on commit 72cc2e3

Please sign in to comment.