adamant-kite-43734
02/09/2024, 3:40 PMabundant-hair-58573
02/09/2024, 4:37 PMabundant-hair-58573
02/09/2024, 5:25 PM[INFO] Successfully downloaded the rancher-system-agent binary.
[INFO] Downloading rancher-system-agent-uninstall.sh script from https://<rancher_url>/assets/system-agent-uninstall.sh
[INFO] Successfully downloaded the rancher-system-agent-uninstall.sh script.
[INFO] Generating Cattle ID
[ERROR] 401 received while downloading Rancher connection information. Sleeping for 5 seconds and trying again
curl: (28) Operation timed out after 60000 milliseconds with 0 bytes received
[ERROR] 000 received while downloading Rancher connection information. Sleeping for 5 seconds and trying again
plain-planet-80115
02/21/2024, 6:11 AMkubectl get <http://clusters.cluster.x-k8s.io|clusters.cluster.x-k8s.io> -n fleet-default
on your upstream(local) cluster, you will get the list of downstream clusters. In the <http://clusters.cluster.x-k8s.io|clusters.cluster.x-k8s.io>
file for the cluster you are trying to restore, you will find this parameter spec.infrastructureRef.paused
which might be set to true
which is likely caused by the first ETCD restore that has put the cluster in a paused state.
This could be the reason why the joining process to the cluster hung and was never completed properly.
If you edit this CR object and set the value to false, the registration process would go through.abundant-hair-58573
02/28/2024, 1:32 AMplain-planet-80115
02/28/2024, 5:17 AM