Pārlūkot izejas kodu

fix kubeadm cilium manifest

Orell Bühler 1 gadu atpakaļ
vecāks
revīzija
27f49dd027
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4 4
      manifests/kilo-kubeadm-cilium.yaml

+ 4 - 4
manifests/kilo-kubeadm-cilium.yaml

@@ -100,9 +100,9 @@ spec:
 
         # without kube-proxy host kubeconfig binding
         - name: kubeconfig
-          mount_path: /etc/kubernetes/kubeconfig
-          sub_path: admin.conf
-          read_only: true
+          mountPath: /etc/kubernetes/kubeconfig
+          subPath: admin.conf
+          readOnly: true
 
         - name: lib-modules
           mountPath: /lib/modules
@@ -130,7 +130,7 @@ spec:
 
       # without kube-proxy host kubeconfig binding
       - name: kubeconfig
-        host_path:
+        hostPath:
           path: /etc/kubernetes
 
       - name: lib-modules