From bd9bde1e8c8a68519c844f1b6bfc2daf0ead7875 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Mon, 8 Oct 2018 15:43:24 -0700 Subject: [PATCH] Update troubleshooting.md --- docs/troubleshooting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 4ebd455..0997094 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -3,6 +3,7 @@ ## Common issues ### Volume can be attached/detached from UI, but Kubernetes Pod/StatefulSet etc cannot use it +#### Using with Flexvolume Plugin Check if volume plugin directory has been set correctly. This is automatically detected unless user explicitly set it. By default, Kubernetes uses `/usr/libexec/kubernetes/kubelet-plugins/volume/exec/`, as stated in the [official document](https://github.com/kubernetes/community/blob/master/contributors/devel/flexvolume.md#prerequisites).