-
Notifications
You must be signed in to change notification settings - Fork 5
K8SPS-444 Documented pvc-resize-in-progress annotation #100
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
Conversation
updated the doc as some commands were incorrect / incomplete
47f2c36 to
50a5222
Compare
docs/scaling.md
Outdated
| Scaling can be vertical and horizontal. Vertical scaling adds more compute or | ||
| storage resources to Percona Server for MySQL nodes; horizontal scaling is about adding more | ||
| Scaling can be [vertical](#vertical-scaling) and [horizontal](#horizontal-scaling). Vertical scaling adds more compute or | ||
| storage resources to MongoDB nodes; horizontal scaling is about adding more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why MongoDB?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
docs/scaling.md
Outdated
| $ kubectl apply -f CR_backup.yaml | ||
| ``` | ||
|
|
||
| The storage size change takes some time. When it starts, the Operator automatically adds the `pvc-resize-in-progress` annotation to the `PerconaServerMySQL` Custom Resource. The annotation contains the timestamp of the resize start and indicates that the resize operation is running. After the resize finishes, the Operator deletes this annotation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is wrong at the moment, automated storage scaling will be introduced in v0.11.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hide it till 0.11.0
Hid annotation until implemented
Hid annotation until implemented
updated the doc as some commands were incorrect / incomplete