With default config
enabled: true
accessMode: ReadWriteOnce
size: 5Mi
vbump will try to create a new pod without releasing the pv before. this will result in a crashloopbackoff.
Possible quickwins:
- change resourcetype from deployment to statefulset
- change strategy to
Recreate instead of RollingUpdate
With default config
vbump will try to create a new pod without releasing the pv before. this will result in a crashloopbackoff.
Possible quickwins:
Recreateinstead ofRollingUpdate