From a3bc74d27f6f696ba363cdd4e398fa1b026d63e9 Mon Sep 17 00:00:00 2001 From: Eddie Wang Date: Wed, 1 Jul 2020 12:29:19 -0500 Subject: [PATCH 1/2] add notes for k3s setup --- manifests/kilo-k3s.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/kilo-k3s.yaml b/manifests/kilo-k3s.yaml index 4c10176a..7ccc2279 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 kubeeconfig file from the master node to all worker nodes + # with the same path structure. path: /etc/rancher/k3s/k3s.yaml - name: lib-modules hostPath: From b6461181460c99f89514c4df4cf61d92c87920be Mon Sep 17 00:00:00 2001 From: Eddie Wang Date: Wed, 1 Jul 2020 12:59:09 -0500 Subject: [PATCH 2/2] fix typo and add to k3s-flannel yaml --- manifests/kilo-k3s-flannel.yaml | 3 +++ manifests/kilo-k3s.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 7ccc2279..fdad063c 100644 --- a/manifests/kilo-k3s.yaml +++ b/manifests/kilo-k3s.yaml @@ -167,7 +167,7 @@ spec: - name: kubeconfig hostPath: # Since kilo runs as a daemonset, it is recommended that you copy the - # k3s.yaml kubeeconfig file from the master node to all worker nodes + # 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