kubernetes-sigs / azurefile-csi-driver

Azure File CSI Driver
Apache License 2.0
149 stars 136 forks source link

Add update strategy in helm chart #1880

Closed tropnikovvl closed 2 months ago

tropnikovvl commented 2 months ago

Is your feature request related to a problem?/Why is this needed Hello!

I use this provider on only one node and during the update I get errors that the nodeport is occupied by the previous pod. The ability to set a deployment strategy would help me solve this problem.

spec:
  strategy:
    type: Recreate

Thank you in advance