techno-tim / k3s-ansible

The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.
https://technotim.live/posts/k3s-etcd-ansible/
Apache License 2.0
2.41k stars 1.05k forks source link

Cleanup /var/lib/rancher/k3s/server/manifests/ #333

Open timothystewart6 opened 1 year ago

timothystewart6 commented 1 year ago

Expected Behavior

/var/lib/rancher/k3s/server/manifests/ should not contain any manifests after creating cluster. This was fixed in the past but it might have snuck back in when refactoring? The issue is that if manifests are there, the will be reapplied by k3s which doesn't allow you to upgrade or change those manifests without editing them directly.