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

Unify use of k3s kubectl and kubectl and make it configurable #566

Closed berendt closed 2 months ago

berendt commented 2 months ago

At the moment a mix of kubectl as well as k3s kubectl is used. I want to propose to use k3s kubectl everywhere by default and to make it configurable via a k3s_kubectl_binary parameter. This way it is possible to use kubectl instead of k3s kubectl (we have to use kubectl instead of k3s kubectl and have a manual patch at the moment to change it from k3s kubectl to kubectl where it is required for our use case).

timothystewart6 commented 2 months ago

Sounds good to me!