-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
Basically volume plugin dir is not static, it depend on system itself. Some vendors may choose to change the directory due to various reasons. For example, GKE uses /home/kubernetes/flexvolume
, and RKE uses /var/lib/kubelet/volumeplugins
User can find the correct directory by running ps aux|grep kubelet
on the host and check the --volume-plugin-dir parameter
. If there is none, the default /usr/libexec/kubernetes/kubelet-plugins/volume/exec/
will be used.
This is mainly FYI.
Metadata
Metadata
Assignees
Labels
No labels