Skip to content

MULTIARCH-4971: Sync ImageStreamImportMode setting in the image config status#1090

Merged
openshift-merge-bot[bot] merged 2 commits intoopenshift:masterfrom
Prashanth684:importmode-imagestream
Aug 26, 2024
Merged

MULTIARCH-4971: Sync ImageStreamImportMode setting in the image config status#1090
openshift-merge-bot[bot] merged 2 commits intoopenshift:masterfrom
Prashanth684:importmode-imagestream

Conversation

@Prashanth684
Copy link
Contributor

@Prashanth684 Prashanth684 commented Aug 16, 2024

As per openshift/enhancements#1605, there was a
new field introduced in the image config spec and status which reflects
the global value to be set for imagestream import mode which is behind a
featuregate. This PR sets the status field in the image config based on
the spec setting so it can be synced by the apiserver's observedconfig
to set the import mode for imagestreams.

xref: openshift/cluster-openshift-apiserver-operator#582 , openshift/openshift-apiserver#443

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 16, 2024
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Aug 16, 2024

@Prashanth684: This pull request references MULTIARCH-4552 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 epic to target the "4.18.0" version, but no target version was set.

Details

In response to this:

As per openshift/enhancements#1605, there was a
new field introduced in the image config spec and status which reflects
the global value to be set for imagestream import mode which is behind a
featuregate. This PR sets the status field in the image config based on
the spec setting so it can be synced by the apiserver's observedconfig
to set the import mode for imagestreams.

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.

@Prashanth684 Prashanth684 changed the title MULTIARCH-4552: Sync ImageStreamImportMode setting in the image config MULTIARCH-4552: Sync ImageStreamImportMode setting in the image config status Aug 16, 2024
@Prashanth684 Prashanth684 force-pushed the importmode-imagestream branch from 8f18bcd to 3bff23f Compare August 16, 2024 17:19
As per openshift/enhancements#1605, there was a
new field introduced in the image config spec and status which reflects
the global value to be set for imagestream import mode which is behind a
featuregate. This PR sets the status field in the image config based on
the spec setting so it can be synced by the apiserver's observedconfig
to set the import mode for imagestreams.
@Prashanth684
Copy link
Contributor Author

/test e2e-aws-operator

@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Aug 19, 2024

@Prashanth684: This pull request references MULTIARCH-4552 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 epic to target the "4.18.0" version, but no target version was set.

Details

In response to this:

As per openshift/enhancements#1605, there was a
new field introduced in the image config spec and status which reflects
the global value to be set for imagestream import mode which is behind a
featuregate. This PR sets the status field in the image config based on
the spec setting so it can be synced by the apiserver's observedconfig
to set the import mode for imagestreams.

xref: openshift/cluster-openshift-apiserver-operator#582 , openshift/openshift-apiserver#443

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.

@Prashanth684 Prashanth684 force-pushed the importmode-imagestream branch from 3bff23f to 59fb3ba Compare August 19, 2024 15:42
@Prashanth684
Copy link
Contributor Author

/retest-required

@flavianmissi
Copy link
Member

flaky tests..
/retest

@flavianmissi
Copy link
Member

flavianmissi commented Aug 20, 2024

still flaking 🤔
/retest

The changes look pretty straight forward. I assume this needs to be tested (and merged) in conjunction with openshift/cluster-openshift-apiserver-operator#582 and openshift/openshift-apiserver#443?

@Prashanth684
Copy link
Contributor Author

still flaking 🤔 /retest

The changes look pretty straight forward. I assume this needs to be tested (and merged) in conjunction with openshift/cluster-openshift-apiserver-operator#582 and openshift/openshift-apiserver#443?

correct. In addition to that it is all behind a featuregate.

@flavianmissi
Copy link
Member

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Aug 20, 2024
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 20, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: flavianmissi, Prashanth684

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 20, 2024
@Prashanth684 Prashanth684 changed the title MULTIARCH-4552: Sync ImageStreamImportMode setting in the image config status MULTIARCH-4971: Sync ImageStreamImportMode setting in the image config status Aug 20, 2024
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Aug 20, 2024

@Prashanth684: This pull request references MULTIARCH-4971 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.

Details

In response to this:

As per openshift/enhancements#1605, there was a
new field introduced in the image config spec and status which reflects
the global value to be set for imagestream import mode which is behind a
featuregate. This PR sets the status field in the image config based on
the spec setting so it can be synced by the apiserver's observedconfig
to set the import mode for imagestreams.

xref: openshift/cluster-openshift-apiserver-operator#582 , openshift/openshift-apiserver#443

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.

@flavianmissi
Copy link
Member

What's the docs plan here, @Prashanth684? Do we want to involve image registry docs or is this something your team's docs will take care of? Asking because this PR requires docs approval for merging.

Similar question applies to PX.

@Prashanth684
Copy link
Contributor Author

What's the docs plan here, @Prashanth684? Do we want to involve image registry docs or is this something your team's docs will take care of? Asking because this PR requires docs approval for merging.

Similar question applies to PX.

We have a story targeting docs - https://issues.redhat.com/browse/MULTIARCH-4560 . @sr1kar99 is the multi-arch docs contact and will be working on this - he will work with the Image registry's docs contact if necessary. @sr1kar99 could you add the docs-approved label to this PR please?

@Prashanth684
Copy link
Contributor Author

tagging @sferich888 for the px-approved label

@wewang58
Copy link

As discussed in slack, did a single-arch test, no critical issue found.
/label qe-approved

@openshift-ci openshift-ci bot added the qe-approved Signifies that QE has signed off on this PR label Aug 22, 2024
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Aug 22, 2024

@Prashanth684: This pull request references MULTIARCH-4971 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.

Details

In response to this:

As per openshift/enhancements#1605, there was a
new field introduced in the image config spec and status which reflects
the global value to be set for imagestream import mode which is behind a
featuregate. This PR sets the status field in the image config based on
the spec setting so it can be synced by the apiserver's observedconfig
to set the import mode for imagestreams.

xref: openshift/cluster-openshift-apiserver-operator#582 , openshift/openshift-apiserver#443

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.

@sr1kar99
Copy link

/label docs-approved

@openshift-ci openshift-ci bot added the docs-approved Signifies that Docs has signed off on this PR label Aug 22, 2024
@sferich888
Copy link
Contributor

/label px-approved

@openshift-ci openshift-ci bot added the px-approved Signifies that Product Support has signed off on this PR label Aug 22, 2024
@Prashanth684 Prashanth684 added the acknowledge-critical-fixes-only Indicates if the issuer of the label is OK with the policy. label Aug 22, 2024
@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD b745da0 and 2 for PR HEAD 59fb3ba in total

1 similar comment
@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD b745da0 and 2 for PR HEAD 59fb3ba in total

@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD 0df1888 and 1 for PR HEAD 59fb3ba in total

@Prashanth684
Copy link
Contributor Author

/test e2e-hypershift

@flavianmissi
Copy link
Member

/test e2e-hypershift-conformance

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 26, 2024

@Prashanth684: all tests passed!

Full PR test history. Your PR dashboard.

Details

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.

@openshift-merge-bot openshift-merge-bot bot merged commit b0d2e43 into openshift:master Aug 26, 2024
@openshift-bot
Copy link
Contributor

[ART PR BUILD NOTIFIER]

Distgit: ose-cluster-image-registry-operator
This PR has been included in build ose-cluster-image-registry-operator-container-v4.18.0-202408261944.p0.gb0d2e43.assembly.stream.el9.
All builds following this will include this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

acknowledge-critical-fixes-only Indicates if the issuer of the label is OK with the policy. approved Indicates a PR has been approved by an approver from all required OWNERS files. docs-approved Signifies that Docs has signed off on this PR jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. px-approved Signifies that Product Support has signed off on this PR qe-approved Signifies that QE has signed off on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants