IBM / ibm-spectrum-scale-csi

The IBM Spectrum Scale Container Storage Interface (CSI) project enables container orchestrators, such as Kubernetes and OpenShift, to manage the life-cycle of persistent storage.
Apache License 2.0
66 stars 49 forks source link

auto detect kubeletRootDirPath #1166

Open deeghuge opened 4 months ago

deeghuge commented 4 months ago

Is your feature request related to a problem? Please describe. As of Today, CSI has this option in CR to update kubeletRootDir if it is different than default kubeletRootDirPath - The kubelet root directory path is used in case the Kubernetes setup uses a nondefault kubelet root directory path. The default kubelet's root directory is at /var/lib/kubelet.

Here instead of asking user for input, if we can explore if this can be auto detected

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.