From d600abc33286f99a37f53c69017b26f67b4239ef Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Wed, 12 Sep 2018 18:16:31 -0700 Subject: [PATCH] deploy: Reset the FLEXVOLUME_DIR to empty by default To enable auto detection. --- deploy/longhorn.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index ca0ca62..2dbb14d 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -336,9 +336,9 @@ spec: fieldRef: fieldPath: spec.serviceAccountName # For auto detection, leave this parameter unset - - name: FLEXVOLUME_DIR + #- name: FLEXVOLUME_DIR # FOR RKE - value: "/var/lib/kubelet/volumeplugins" + #value: "/var/lib/kubelet/volumeplugins" # FOR GKE #value: "/home/kubernetes/flexvolume/" serviceAccountName: longhorn-service-account