Merge pull request #61 from eddiewang/rancher-usage-notes
Add quick note for k3s setup
This commit is contained in:
commit
3948f5e97a
@ -102,6 +102,9 @@ spec:
|
|||||||
path: /var/lib/kilo
|
path: /var/lib/kilo
|
||||||
- name: kubeconfig
|
- name: kubeconfig
|
||||||
hostPath:
|
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
|
path: /etc/rancher/k3s/k3s.yaml
|
||||||
- name: lib-modules
|
- name: lib-modules
|
||||||
hostPath:
|
hostPath:
|
||||||
|
@ -166,6 +166,9 @@ spec:
|
|||||||
path: /var/lib/kilo
|
path: /var/lib/kilo
|
||||||
- name: kubeconfig
|
- name: kubeconfig
|
||||||
hostPath:
|
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
|
path: /etc/rancher/k3s/k3s.yaml
|
||||||
- name: lib-modules
|
- name: lib-modules
|
||||||
hostPath:
|
hostPath:
|
||||||
|
Loading…
Reference in New Issue
Block a user