-
Notifications
You must be signed in to change notification settings - Fork 410
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
MCO-1165: rebuild annotation #4694
base: master
Are you sure you want to change the base?
MCO-1165: rebuild annotation #4694
Conversation
@cheesesashimi: This pull request references MCO-1165 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set. In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheesesashimi 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 |
71e826d
to
4855658
Compare
By adding an annotation to a MachineOSConfig object, a cluster admin will be able to cause a rebuild to occur.
4855658
to
9e106a1
Compare
@cheesesashimi: 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-sigs/prow repository. I understand the commands that are listed here. |
Hello! it looks like that the |
- What I did
I added the ability for a cluster admin to request that the currently active
MachineOSBuild be rebuilt. This is done by adding the annotation
machineconfiguration.openshift.io/rebuild
to the MachineOSConfig.- How to verify it
machineconfiguration.openshift.io/rebuild
onto the MachineOSConfig.- Description for the changelog
Adds rebuild functionality for OCL