fix typo and add to k3s-flannel yaml

This commit is contained in:
Eddie Wang 2020-07-01 12:59:09 -05:00
parent a3bc74d27f
commit b646118146
No known key found for this signature in database
GPG Key ID: 595553ADC5949F24
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -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