manifests: change the kubeconfig hostPath for k3s
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)
This commit is contained in:
parent
d385686fa9
commit
5fc13de6cb
@ -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:
|
||||
path: /var/lib/kilo
|
||||
- name: kubeconfig
|
||||
hostPath:
|
||||
path: /etc/rancher/k3s/k3s.yaml
|
||||
path: /var/lib/rancher/k3s/agent/kubeconfig.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user