Closed lorenzo-w closed 5 months ago
Most viable workaround:
Create a helm chart with the following:
Then use this chart to manually provision a RWX volume for every workload, which requires it.
Alternatives:
Seems to be solved upstream: https://github.com/longhorn/longhorn/issues/7872#issuecomment-2136729472
Longhorn seems to randomly pick a node to run the NFS share manager pod, potentially violating the volume's
nodeSelector
and running it on a badly connected node. A new feature to remedy this has already been requested upstream, but currently receives little attention.