-
Notifications
You must be signed in to change notification settings - Fork 286
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
Make Kine work in RKE2 #5213
Comments
// new feature previous behavior is that the flag is simply unsupported and will fail to start or ignore. ##Environment Details Infrastructure
Node(s) CPU architecture, OS, and version: Linux 5.14.21-150500.53-default x86_64 GNU/Linux Cluster Configuration:
Config.yaml:
Reproduction
Results: $ sudo etcdctl endpoint status --cacert=/var/lib/rancher/rke2/server/tls/etcd/server-ca.crt --endpoints=unixs:///var/lib/rancher/rke2/server/kine.sock -w table
$ kg po,svc -A
$ sudo etcdctl endpoint status --cacert=/var/lib/rancher/rke2/server/tls/etcd/server-ca.crt --endpoints=unixs:///var/lib/rancher/rke2/server/kine.sock -w table
|
This issue is to track the work of integrating Kine into RKE2, as per the internal Jira ticket here.
Describe the solution you'd like
Add Kine into RKE2 to allow for additional datastore options.
Additional context
At this time RKE2 can only be configured with etcd as a datastore, what we would instead like to see is that RKE2 can be configured with sqlite, postgres, nats, or etcd as a datastore.
The text was updated successfully, but these errors were encountered: