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

Make it possible to disable the creation of the kubectl/crictl symlinks #558

Closed berendt closed 2 months ago

berendt commented 2 months ago

If k3s_create_kubectl_symlink is set to false the kubectl symlink will not be created.

If k3s_create_crictl_symlink is set to false the crictl symlink will not be created.

By default the symlinks will be created. The default behavior is not changed.

timothystewart6 commented 2 months ago

Thank you!