Skip to content

Commit

Permalink
Merge pull request #61 from eddiewang/rancher-usage-notes
Browse files Browse the repository at this point in the history
Add quick note for k3s setup
  • Loading branch information
squat authored Jul 1, 2020
2 parents dc8fb2d + b646118 commit 3948f5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/kilo-k3s-flannel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions manifests/kilo-k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3948f5e

Please sign in to comment.