nutanix / helm

Nutanix Helm Charts repository
https://nutanix.github.io/helm/
MIT License
17 stars 30 forks source link

make dataServiceEndPoint configurable #96

Closed lucakuendig closed 1 year ago

lucakuendig commented 1 year ago

Hi Guys,

We would like to make the dataServiceEndPoint for the volume storageclass configurable as we currently use this feature.

tuxtof commented 1 year ago

Hello @lucakuendig

dataServiceEndPoint was removed with CSI 2.5.0 because it is now automatically detected, what is your use case ?

lucakuendig commented 1 year ago

Hi @tuxtof,

Thank you for your quick reply! I guess I found some old docs in that case. We are currently useing an older CSI version, where dataServiceEndpoint is still configurable, and would like to upgrade. For our node OS we use flatcar with two nics. So if I understand you correctly nutanix should detect which one of the nics to use or do we need to configure it for each VM somewhere in prism elements?

tuxtof commented 1 year ago

no specific NIC detection just basic IP behaviour based on IP routing , ip range of each card and ip gateway and depending of the data service IP target

lucakuendig commented 1 year ago

Works like @tuxtof described.

Closed