Commit Graph

6 Commits

Author SHA1 Message Date
Piyush Kumar
fd78d5f2ce removed no-flannel flag for agent config
Signed-off-by: Piyush Kumar <k17piyush@gmail.com>
2023-12-01 13:05:29 +05:30
Nianyu Shen
7f33d900bc
add flannel-backend in agent config
Signed-off-by: Nianyu Shen <nianyu@spectrocloud.com>
2023-11-17 17:45:22 -08:00
Oz Tiram
5e9c798a56
Allow users to override the default SQLite datastore
k3s supports multiple datastores via Kine. If one chooses not
to use etcd (the default) by passing `ClusterInit=false` they
can also specify a different datastore overriding the default location
at `/var/lib/rancher/k3s/server/db/state.db`.
For example:

  datastore-endpoint: "sqlite:///etc/kubernetes/state.sqlite3"

or:

 datastore-endpoint: "postgres://blueelephant:pgrulz@localhost:port/kine

See here for more information: https://docs.k3s.io/datastore

Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
2023-10-17 11:41:45 +02:00
Piyush Kumar
e7b0bbd858 added k3s agent config fields
Signed-off-by: Piyush Kumar <k17piyush@gmail.com>
2023-10-12 11:07:24 +05:30
Rishi
1058fe1bb0 addressed review comments 2022-10-18 10:25:13 -07:00
Rishi
fbf2814170 filtering k3s agent config from cluster options 2022-10-18 09:50:18 -07:00