diff --git a/manifests/kilo-k3s-flannel.yaml b/manifests/kilo-k3s-flannel.yaml index b257674d..cb9c4707 100644 --- a/manifests/kilo-k3s-flannel.yaml +++ b/manifests/kilo-k3s-flannel.yaml @@ -102,6 +102,9 @@ spec: path: /var/lib/kilo - name: kubeconfig hostPath: + # Since kilo runs as a daemonset, it is recommended that you copy the + # k3s.yaml kubeconfig file from the master node to all worker nodes + # with the same path structure. path: /etc/rancher/k3s/k3s.yaml - name: lib-modules hostPath: diff --git a/manifests/kilo-k3s.yaml b/manifests/kilo-k3s.yaml index 4c10176a..fdad063c 100644 --- a/manifests/kilo-k3s.yaml +++ b/manifests/kilo-k3s.yaml @@ -166,6 +166,9 @@ spec: path: /var/lib/kilo - name: kubeconfig hostPath: + # Since kilo runs as a daemonset, it is recommended that you copy the + # k3s.yaml kubeconfig file from the master node to all worker nodes + # with the same path structure. path: /etc/rancher/k3s/k3s.yaml - name: lib-modules hostPath: