소스 검색

Merge pull request #130 from squat/kubeamd_cni_path

manifests: fix kubeadm CNI path
Lucas Servén Marín 5 년 전
부모
커밋
4d1756c23a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      manifests/kilo-kubeadm.yaml

+ 1 - 1
manifests/kilo-kubeadm.yaml

@@ -160,7 +160,7 @@ spec:
           path: /opt/cni/bin
       - name: cni-conf-dir
         hostPath:
-          path: /etc/kubernetes/cni/net.d
+          path: /etc/cni/net.d
       - name: kilo-dir
         hostPath:
           path: /var/lib/kilo