From 54f8277fa35c34f12193e6fe2357934afe649ec6 Mon Sep 17 00:00:00 2001 From: zhanghelong Date: Mon, 25 Mar 2019 22:46:28 +0800 Subject: [PATCH] fix: missing volume config in terway.yml --- terway.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terway.yml b/terway.yml index 7ba1fc98..ab29ac1b 100644 --- a/terway.yml +++ b/terway.yml @@ -140,6 +140,8 @@ spec: name: lib-modules - mountPath: /var/lib/cni/networks name: cni-networks + - mountPath: /var/lib/cni/terway + name: cni-terway - mountPath: /var/lib/kubelet/device-plugins name: device-plugin-path - name: policy @@ -202,6 +204,9 @@ spec: - name: cni-networks hostPath: path: /var/lib/cni/networks + - name: cni-terway + hostPath: + path: /var/lib/cni/terway - name: device-plugin-path hostPath: path: /var/lib/kubelet/device-plugins