Enhancement: change the kubeconfig hostPath for k3s agent nodes. This makes it easier to install Kilo on k3s as no manual kubeconfig copying is necessary. (#14)
@@ -96,4 +96,4 @@ spec:
path: /var/lib/kilo
- name: kubeconfig
hostPath:
- path: /etc/rancher/k3s/k3s.yaml
+ path: /var/lib/rancher/k3s/agent/kubeconfig.yaml
@@ -158,4 +158,4 @@ spec: