-
-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Support embeded etcd #286
Comments
Hi @http403 , thanks for opening this issue!
So I fear that we just have to wait until it's fully included and active in k3s 🤔 |
Happy to see that embedded etcd landed in k3s v1.19.x and will be promoted to GA/stable very soon :) |
So I don't have to do anything and it will work out of the box? |
@http403 the latest k3d version will give you k3s v1.19.x as the default k3s version (you may as well choose one via |
I'm still getting seeing this issue, am I doing something wrong?
I create, stop and restart a cluster:
Afterwards, kubectl becomes unstable:
|
Is your feature request related to a problem or a Pull Request?
In #262 already described the cluster master-0 node can't shutdown otherwise unable to recover.
dqlite
also have problems with constant database locked error showed in k3s-io/k3s#755 and k3s-io/k3s#1917. In my case where I deploy Rancher on k3s,cattle-cluster-agent
failed to start and seems the restart process overwhelmeddqlite
andrancher/kind
, causing cascading failure resulting all master node exited.Scope of your request
Describe the solution you'd like
In Jun 7, the embedded etcd had merged into k3s master. I believe switching to the embedded etcd will solve the problem and there are no reasons not to switch over in favor a more mainstream solution.
The text was updated successfully, but these errors were encountered: