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

Add volume to StatefulSet after initial creation #412

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kabicin
Copy link
Collaborator

@kabicin kabicin commented Jul 13, 2022

What this PR does / why we need it?:

  • Allows adding volume to an initialized StatefulSet that is not configured for storage (i.e. instances without spec.statefulSet.storage) by handling deleting and recreating the StatefulSet instance in the reconcile loop.

Does this PR introduce a user-facing change?

  • User guide
  • CHANGELOG.md

Which issue(s) this PR fixes:
Fixes #367

@kabicin kabicin marked this pull request as ready for review July 14, 2022 17:39
@kabicin kabicin requested a review from arturdzm July 18, 2022 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding volumes to StatefulSet after the initial creation
1 participant