فهرست منبع

fix typo and add to k3s-flannel yaml

Eddie Wang 5 سال پیش
والد
کامیت
b646118146
2فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 3 0
      manifests/kilo-k3s-flannel.yaml
  2. 1 1
      manifests/kilo-k3s.yaml

+ 3 - 0
manifests/kilo-k3s-flannel.yaml

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

+ 1 - 1
manifests/kilo-k3s.yaml

@@ -167,7 +167,7 @@ spec:
       - name: kubeconfig
       - name: kubeconfig
         hostPath: 
         hostPath: 
           # Since kilo runs as a daemonset, it is recommended that you copy the
           # 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.
           # with the same path structure.
           path: /etc/rancher/k3s/k3s.yaml
           path: /etc/rancher/k3s/k3s.yaml
       - name: lib-modules
       - name: lib-modules