-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Doc on using machine config pool during update #34445
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
✔️ Deploy Preview for osdocs ready! 🔨 Explore the source changes: 8e7ab60 🔍 Inspect the deploy log: https://app.netlify.com/sites/osdocs/deploys/6102e936bac85a0008ba8255 😎 Browse the preview: https://deploy-preview-34445--osdocs.netlify.app/openshift-enterprise/latest/updating/update-using-custom-machine-config-pools |
39a4b1e
to
3400653
Compare
25c2320
to
6065ac4
Compare
Few questions:
|
8e988b0
to
3fea62f
Compare
f5eb412
to
4daa3c4
Compare
Signed-off-by: Lalatendu Mohanty <[email protected]>
4daa3c4
to
8e7ab60
Compare
Thanks for making all the changes. LGTM |
---- | ||
+ | ||
. The machine config operator is then going to reconcile the node to the worker pool configuration. Check the output of `oc get mcp` to make sure the worker pool is updated before going to the next step. | ||
+ |
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.
@LalatenduMohanty @sdodson @jiajliu
When I moved the node back to the worker MCP, by removing the label, the oc get mcp
command showed the worker nodes at the proper machine count (3), but the custom MCP I created stll showed 1. Is this expected? I expected the custom MCP to show 0.
$oc get mcp
NAME CONFIG UPDATED UPDATING DEGRADED MACHINECOUNT READYMACHINECOUNT UPDATEDMACHINECOUNT DEGRADEDMACHINECOUNT AGE
master rendered-master-1203f157d053fd987c7cbd91e3fbc0ed True False False 3 3 3 0 61m
mcp-noupdate rendered-mcp-noupdate-5ad4791166c468f3a35cd16e734c9028 True False False 1 1 1 0 21m
worker rendered-worker-5ad4791166c468f3a35cd16e734c9028 True False False 3 3 3 0 61m
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.
Yeah, the custom MCP should show 0. But the reconciliation takes few minutes. So if you check the output after few minutes it should be zero.
Work is continuing on this documentation as part of this PR: #35420 |
OTA Jira card for this documentation: https://issues.redhat.com/browse/OTA-410
Signed-off-by: Lalatendu Mohanty [email protected]