This message was deleted.
# general
a
This message was deleted.
c
-
Did you not register any etcd nodes? It is telling you that you don't have any nodes left with a datastore.
l
I cannot do register any nodes. After I create cluster (K3s) then I run command on Linux for etcd, controlplan and worker , all in same node. which found this problem.
c
There were nodes in this cluster at one point. Now there are not, and it wants you to restore from a backup as there are no nodes that currently have data. If you want to make a new cluster from scratch, then make a new cluster and register nodes to that.
l
Yes, I want to create new custom cluster. And tried to register any node into that cluster via the command below. But it's not work.
Copy code
curl --insecure -fL <https://10.1.1.13/system-agent-install.sh> | sudo  sh -s - --server <https://10.1.1.13> --label '<http://cattle.io/os=linux|cattle.io/os=linux>' --token w9425b6nwdjgg5lmmtm975bpfsbqw47r6fn76v4drxzbpr4zn67jrf --ca-checksum 9a303c878322b00c2bb95e204b048e8f4a6f905b6ee7f22796524b9214fd42a5 --etcd --controlplane --worker
I tried to test by separate node, It's got the same result.
c
then make a new cluster in the UI and get the node registration command for that. You are currently registering nodes into an existing cluster that has missing nodes.