Hello,
I have installed ubuntu 2004 with docker from official repositories.
I have the simplest cluster.yml file:
nodes:
- address: 10.1.0.47
user: ubuntu
role: [controlplane, worker, etcd]
I start RKE installation but at the end it says:
INFO[0019] Checking if container [cert-deployer] is running on host [10.1.0.47], try #1
INFO[0019] Removing container [cert-deployer] on host [10.1.0.47], try #1
INFO[0019] [reconcile] Rebuilding and updating local kube config
INFO[0019] Successfully Deployed local admin kubeconfig at [./kube_config_cluster.yml]
INFO[0019] [certificates] Successfully deployed kubernetes certificates to Cluster nodes
INFO[0019] [reconcile] Reconciling cluster state
FATA[0019] Failed to reconcile etcd plane: Etcd plane nodes are replaced. Stopping provisioning. Please restore your cluster from backup.
can you help me?
thanks,
Mario