Kubelet does not specify the directory where all flexvolume plugins should go. This would make kubelet use the default which is /usr/libexec/kuberentes/plugins/volumes but this directory is readonly.
My workaround is to pass --volume-plugin-dir=/etc/kubernetes/plugins to the kubelet-wrapper script.
Kubelet does not specify the directory where all flexvolume plugins should go. This would make kubelet use the default which is
/usr/libexec/kuberentes/plugins/volumes
but this directory is readonly.My workaround is to pass
--volume-plugin-dir=/etc/kubernetes/plugins
to the kubelet-wrapper script.