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

Updates CRD docs to accurately reflect the behavior of 'savepointpath'. #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HunterEl
Copy link

@HunterEl HunterEl commented Jan 6, 2021

Spawned from a question in the community slack channel for this project: Link to slack conversation.

Specifying savepointpath as an update to an already running cluster is treated as a noop, this wasn't clear from the documentation and took us some time to figure this one out. Would be nice if the documentation clearly stated the behavior of this field and how it's expected to behave.

@@ -103,6 +103,8 @@ Below is the list of fields in the custom resource and their description:

* **savepointPath** `type:string`
If specified, the application state will be restored from this savepoint.

**This will only have an effect on the first deploy of a cluster. Specifying a savepoint path as an update to an already running cluster is treated as a noop.**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: What are your thoughts on s/cluster/application/g ? The reason is the existing documentation talks in terms application all along and using the same term minimizes confusion.

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.

2 participants