As title, current version of kine ignores sqlite without cgo. But sqlite has a great pure go implemention modernc.org/sqlite can handle almost time of kine use. And k0s-project/k0s#6730 want to disable all cgo build cause I can use the etcd or other dbms cannot use sqlite for better memory usage and easier deployment, I usually use the kine for using the sqlite instead of etcd. So most time of kine usage will break.