-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Have the MCO manage the ignition stub config #3730
Have the MCO manage the ignition stub config #3730
Conversation
|
/retest |
Signed-off-by: Antonio Murdaca <[email protected]>
@abhinavdahiya @yuqi-zhang ptal - this is needed as the MCO counterpart has been merged already |
/retest |
1 similar comment
/retest |
I'm /approve on the change but 2 items:
|
I'm pretty sure that's what UPI consumes yeah, those I can only see when generating the manifests - @abhinavdahiya can you confirm?
ack, thx for pointing that out, I'll take an action on it |
/retest |
/assign abhinavdahiya |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
@runcom: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
This openshift/installer#3730 changed the name of the userdata generated by the installer to satisfy MCO ign v2 -> v3 migration and let the new secret be under mco management. openshift/enhancements#368.
Completely WIP right now and won't even pass tests. I need this PR to further testing, launching clusters with openshift/machine-config-operator#1792This turned out to be working with openshift/machine-config-operator#1792 - I'm now doing further testing and creating the enhancement to get the MCO PR in first and then this one
We need to change the name of the Secret so the MCO can recompute it with the very same name we're using. We need the naming change because when we upgrade, we want to leave the old
worker|master-user-data
around for old MachineSets to still use the old ignition types.We need the installer to start using https://github.com/openshift/machine-config-operator/pull/1792/files#diff-5926e0cec606d949b66f823310790298R136 so we manage that snippet from the MCO as well.
Signed-off-by: Antonio Murdaca [email protected]