-
Notifications
You must be signed in to change notification settings - Fork 96
Update vm-force-reset-policy for version 1.7
#955
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
base: main
Are you sure you want to change the base?
Conversation
|
Vicente-Cheng
left a comment
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.
thanks for the update!
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.
Just a few nits. Please apply the suggested changes to the v1.7 doc as well. Thank you!
docs/advanced/settings.md
Outdated
| When the node becomes unavailable or is powered off, the VM only restarts and does not migrate. | ||
|
|
||
| **Default value**: `{"enable":true, "period":300}` | ||
| * `period`: Indicates how long to wait before adding the `kubevirt.io/drain` taint to the failed nodes. It will trigger the migration. |
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.
| * `period`: Indicates how long to wait before adding the `kubevirt.io/drain` taint to the failed nodes. It will trigger the migration. | |
| - `period`: Number of seconds Harvester waits before adding the `kubevirt.io/drain` taint to the failed nodes. This option triggers the migration of the virtual machine. |
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.
Thank you for comment. Fixed.
docs/advanced/settings.md
Outdated
|
|
||
| **Default value**: `{"enable":true, "period":300}` | ||
| * `period`: Indicates how long to wait before adding the `kubevirt.io/drain` taint to the failed nodes. It will trigger the migration. | ||
| * `vmMigrationTimeout`: Indicates how long to wait before adding the `node.kubernetes.io/out-of-service` taint to the failed nodes. It will force cleanup the orphan resources. |
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.
| * `vmMigrationTimeout`: Indicates how long to wait before adding the `node.kubernetes.io/out-of-service` taint to the failed nodes. It will force cleanup the orphan resources. | |
| - `vmMigrationTimeout`: Number of seconds Harvester waits before adding the `node.kubernetes.io/out-of-service` taint to the failed nodes. This option forces cleanup of the orphan resources. |
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.
19d7e94 to
1a556cf
Compare
Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
1a556cf to
537e825
Compare
Problem:
There are some fixes on
vm-force-reset-policyat 1.7. But the document does not have latest information.Solution:
Add latest information by this PR.
Reference: https://www.suse.com/c/suse-virtualization-node-failure-strategy/
Related Issue(s):
Test plan:
Additional documentation or context