You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There appear to be a number of bugs with clusterctl move when using sidero. If I set up the bootstrap cluster (using talosctl cluster create + CAPI + providers) with the following:
In Environment CR named default, custom /spec/initrd/url and /spec/kernel/url
In ServerClass named any, putting in some configPatches (for disk selection)
Discovering hardware relying on auto BMC detection which installs user/pass as k8s secrets in the bootstrap cluster
then I can successfully create my workload cluster on bare metal nodes. However once I do clusterctl move to pivot from the bootstrap cluster to the workload cluster the following happens:
Midway through the move, all of the Servers reboot. That includes the workload cluster to which we are pivoting.
Once the servers reboot and my workload cluster recovers, I can re-run the clusterctl move command and it completes
Investigating the objects that should have been moved over, I find that
My changes to the Environment CR named default are lost/reset
My changes to the ServerClass CR named any are lost/reset
The k8s Secrets that were holding the BMC user/pass were not copied over
I think due to the missing Secrets the controller(s) operating on the Servers CRs cannot make almost any forward progress including updating the clean state, allocated state, etc
It is not possible to provision new nodes or do anything really that you'd want to do after pivoting. If I manually fix the issues from (3) then things seem to work again.
The text was updated successfully, but these errors were encountered:
There appear to be a number of bugs with
clusterctl move
when using sidero. If I set up the bootstrap cluster (using talosctl cluster create + CAPI + providers) with the following:then I can successfully create my workload cluster on bare metal nodes. However once I do
clusterctl move
to pivot from the bootstrap cluster to the workload cluster the following happens:clusterctl move
command and it completesThe text was updated successfully, but these errors were encountered: