Skip to content

Commit

Permalink
Update docs/book/src/clusterctl/commands/move.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Vince Prignano <vince@vincepri.com>
  • Loading branch information
nader-ziada and vincepri committed Mar 9, 2020
1 parent 4c949d6 commit a2c6602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/book/src/clusterctl/commands/move.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ This can now be achieved with the following procedure:
7. Use `clusterctl move` to move the Cluster API resources from the bootstrap cluster to the target management cluster
8. Delete the bootstrap cluster

Please note that since the control plane nodes will have a `NoSchedule taint`, `clusterctl init` will not be able to schedule any pods and will timeout if the target cluster does not have any worker nodes.
> Note: It's required to have at least one worker node to schedule Cluster API workloads (i.e. controllers).
> A cluster with a single control plane node won't be sufficient due to the `NoSchedule` taint. If a worker node isn't available, `clusterctl init` will timeout.

0 comments on commit a2c6602

Please sign in to comment.