juicedata / juicefs-csi-driver

JuiceFS CSI Driver
https://github.com/juicedata/juicefs
Apache License 2.0
222 stars 85 forks source link

[FEATURE] Batch upgrade of Mount Pods #1152

Open zwwhdls opened 1 month ago

zwwhdls commented 1 month ago

What feature you'd like to add:

  1. batch upgrade by node
  2. batch upgrade in all clusters

Why is this feature needed:

timfeirg commented 2 weeks ago

potential small improvement: check for "umount /jfs/xxx" in mount pod's prestop hook command, and abort the upgrade with an error when needed.