Fix some issues in ovsdpdk, cni for ovsdpdk
[openretriever.git] / src / vagrant / k8s_kubeadm / ovsdpdk / kube_ovsdpdk.yml
index d79da15..ed04ccd 100644 (file)
@@ -39,6 +39,8 @@ spec:
           mountPath: /usr/local/bin
         - name: var-run
           mountPath: /var/run/openvswitch
+        - name: lib-modules
+          mountPath: /lib/modules
         - name: dev-hugepage
           mountPath: /dev
       volumes:
@@ -48,6 +50,9 @@ spec:
         - name: var-run
           hostPath:
             path: /var/run/openvswitch
+        - name: lib-modules
+          hostPath:
+            path: /lib/modules
         - name: dev-hugepage
           hostPath:
             path: /dev