-
Notifications
You must be signed in to change notification settings - Fork 539
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
NO ISSUE: Tombstone Spec.PinnedImageSets
in MCN v1alpha1 API
#2256
NO ISSUE: Tombstone Spec.PinnedImageSets
in MCN v1alpha1 API
#2256
Conversation
Hello @isabella-janssen! Some important instructions when contributing to openshift/api: |
ca5703b
to
af6a8a4
Compare
/assign @RishabhSaini @hexfusion |
e3e1153
to
c7c6b5f
Compare
/test all |
/lgtm Per our conversation, the canonical pinned imageset spec is defined in the resource itself and deployed/reconciled on the pool level. MCN provides a per-node status to avoid needing to use annotations on the node level. For this reason, spec is not used/needed and ok to remove. |
Spec.PinnedImageSets
from MCN v1alpha1 APISpec.PinnedImageSets
in MCN v1alpha1 API
/test integration |
1 similar comment
/test integration |
4db578e
to
847b21e
Compare
/test integration |
8eacd8d
to
44e754a
Compare
0505a32
to
ca3a239
Compare
/lgtm Since this is a v1alpha1 API, we don't have to worry about folks upgrading, we are safe to remove this field |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hexfusion, isabella-janssen, JoelSpeed 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 |
@JoelSpeed: Overrode contexts on behalf of JoelSpeed: ci/prow/verify-crd-schema 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 kubernetes-sigs/prow repository. |
@isabella-janssen: all tests passed! 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. |
[ART PR BUILD NOTIFIER] Distgit: ose-cluster-config-api |
The MCO did not implement the functionality to populate the
Spec.PinnedImageSets
field on a PIS application. This cleanup is necessary to avoid GAing the MCN API with an unpopulated field. See #2256 (comment) for more information.Work Included:
Spec.PinnedImageSets
field and correspondingMachineConfigNodeSpecPinnedImageSet
type definition in the MCN API.