-
Notifications
You must be signed in to change notification settings - Fork 81
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
Creating a single node cluster uses etcd instead of kine for storage #384
Comments
That's strange. The only thing k0sctl should be doing when using |
|
This may actually be a problem in k0s, if you provide a partial config to a cluster with k0sproject/k0s#1707 related. |
@kke I just tried this, when I run with |
Is that still an issue? I cannot repro this using k0sctl 0.19.4 and k0s 1.31.2. |
What exactly did you confirm? |
That running a node with |
This should be fixed by #816 |
When creating a single node cluster using k0sctl, the created cluster will use
etcd
for storage instead ofkine
, unless the storage option is specifically set tokine
.Explicitly adding a
storage
stanza will correctly usekine
. Extract fromk0sctl.yaml
:Without storage section, k0s will use
etcd
, even though the documentation sayskine
is the default storage option for single node clusters. I don't know if this is a bug with propagation of default values or simply a documentation issue.The text was updated successfully, but these errors were encountered: