datashim
datashim copied to clipboard
Automatically detect kubelet lib path during installation
Datashim assumes that the path to the kubelet directory for installing volume drivers on the node is in /var/lib/kubelet
. This causes problem with K8s installations using different directories such as var/data/kubelet
.
We need a way to determine the path of the directory at install time. This follows from #130