RedHatQE / notify-service

Notify service with multiple supported target
MIT License
9 stars 5 forks source link

Helm upgrade hang with volumn could not be attached #19

Open waynesun09 opened 3 years ago

waynesun09 commented 3 years ago

If ReadWriteMany volume not supported, helm upgrade will hang with ReadWriteOnce volumn can't be attached to new pod.

Default helm update strategy with spec:

type: RollingUpdate

Recommend use ReadWriteMany volume if available, else user might need manually delete old replicaset to delete old pods and preserve existing templates data saved in the volume.