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

Split manifest into separate task for ease of use #191

Closed irish1986 closed 1 year ago

irish1986 commented 1 year ago

Proposed Changes

I have noticed working with this repo that I often end up adding more manifest and "goodies" features into it. Splitting manifest into individual files simplify adding new feature or debugging specific workload.

As requested, I am creating individual PR for each new "add-on" to separated task approach. I've also figure out what was wrong with my linting issue.

Checklist

timothystewart6 commented 1 year ago

Thank you so much!