Is your feature request related to a problem? Please describe.
When creating a single-node sqlite cluster and join master node via autok3s ui, the backend command should check and return an error and should not create a separate single-node cluster
The reason is that when I look at a single-node sqlite cluster and join node, there is no --server parameter in the command executed, so the created node should be a standalone cluster.
Is your feature request related to a problem? Please describe.
When creating a single-node sqlite cluster and join master node via autok3s ui, the backend command should check and return an error and should not create a separate single-node cluster
The reason is that when I look at a single-node sqlite cluster and join node, there is no
--server
parameter in the command executed, so the created node should be a standalone cluster.