Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vbump will fail to start with persistence enabled #4

Open
michaelharrer opened this issue Nov 4, 2019 · 0 comments
Open

vbump will fail to start with persistence enabled #4

michaelharrer opened this issue Nov 4, 2019 · 0 comments
Labels
bug Something isn't working need discussion

Comments

@michaelharrer
Copy link
Contributor

michaelharrer commented Nov 4, 2019

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
@christle christle added bug Something isn't working help wanted need discussion and removed help wanted labels Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need discussion
Projects
None yet
Development

No branches or pull requests

2 participants