Skip to content
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

[release-4.9] Bug 2076690: fix bug where RoleBindings are not displaying in ClusterRole > RoleBindings #11362

Conversation

openshift-cherrypick-robot

This is an automated cherry-pick of #11297

/assign rhamilto

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 19, 2022

@openshift-cherrypick-robot: Bugzilla bug 2072839 has been cloned as Bugzilla bug 2076690. Retitling PR to link against new bug.
/retitle [release-4.9] [release-4.10] Bug 2076690: fix bug where RoleBindings are not displaying in ClusterRole > RoleBindings

In response to this:

[release-4.9] [release-4.10] Bug 2072839: fix bug where RoleBindings are not displaying in ClusterRole > RoleBindings

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.

@openshift-ci openshift-ci bot changed the title [release-4.9] [release-4.10] Bug 2072839: fix bug where RoleBindings are not displaying in ClusterRole > RoleBindings [release-4.9] [release-4.10] Bug 2076690: fix bug where RoleBindings are not displaying in ClusterRole > RoleBindings Apr 19, 2022
@openshift-ci openshift-ci bot added bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels Apr 19, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 19, 2022

@openshift-cherrypick-robot: This pull request references Bugzilla bug 2076690, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.9.z) matches configured target release for branch (4.9.z)
  • bug is in the state NEW, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)
  • dependent bug Bugzilla bug 2072839 is in the state VERIFIED, which is one of the valid states (VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), CLOSED (CURRENTRELEASE))
  • dependent Bugzilla bug 2072839 targets the "4.10.z" release, which is one of the valid target releases: 4.10.0, 4.10.z
  • bug has dependents

No GitHub users were found matching the public email listed for the QA contact in Bugzilla (scolange@redhat.com), skipping review request.

In response to this:

[release-4.9] [release-4.10] Bug 2076690: fix bug where RoleBindings are not displaying in ClusterRole > RoleBindings

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.

@openshift-ci openshift-ci bot added the component/core Related to console core functionality label Apr 19, 2022
@rhamilto rhamilto changed the title [release-4.9] [release-4.10] Bug 2076690: fix bug where RoleBindings are not displaying in ClusterRole > RoleBindings [release-4.9] Bug 2076690: fix bug where RoleBindings are not displaying in ClusterRole > RoleBindings Apr 19, 2022
@rhamilto
Copy link
Member

/label backport-risk-assessed

/lgtm

@openshift-ci openshift-ci bot added backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. lgtm Indicates that a PR is ready to be merged. labels Apr 19, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 19, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: openshift-cherrypick-robot, rhamilto

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 /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 Apr 19, 2022
@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

12 similar comments
@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

1 similar comment
@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@yanpzhan
Copy link
Contributor

@rhamilto QE tested against the pr, found the bug issue still exists. There is no rolebinding shown under "system:image-builder" role's "RoleBindings" tab.
Screenshot from 2022-04-22 11-50-15

@rhamilto
Copy link
Member

Good catch, @yanpzhan. It appears there is more to fixing this bug for 4.9 than this fix alone as I am not seeing RoleBindings for any Roles (e.g., admin or /k8s/cluster/clusterroles/admin/bindings). And reverting the changes in this PR have no effect, so I think the fix is valid, there are just other issues in 4.9 that need to be addressed.

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 22, 2022
@rhamilto
Copy link
Member

@yanpzhan, release-4.9 was missing #10846. A fix to add it to 4.9 has been opened with #11392. Once #11392 merges, please retest this PR. I tested both fixes locally against at 4.9.30 cluster-bot cluster, and everything is behaving as expected. cc: @cyril-ui-developer

Screen Shot 2022-04-25 at 11 35 58 AM

@yapei
Copy link
Contributor

yapei commented Apr 28, 2022

@scolange please help check again, thanks!

@scolange
Copy link

/label qe-approved

@openshift-ci openshift-ci bot added the qe-approved Signifies that QE has signed off on this PR label May 11, 2022
@yanpzhan
Copy link
Contributor

yanpzhan commented May 12, 2022

The bug is fixed.
/label cherry-pick-approved

@yanpzhan
Copy link
Contributor

/label cherry-pick-approved

@openshift-ci openshift-ci bot added the cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. label May 12, 2022
@rhamilto
Copy link
Member

rhamilto commented Jun 1, 2022

/hold cancel

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 1, 2022
@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 2 against base HEAD 4b9d05d and 8 for PR HEAD 6f4d213 in total

@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 1 against base HEAD 4b9d05d and 7 for PR HEAD 6f4d213 in total

@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD 4b9d05d and 6 for PR HEAD 6f4d213 in total

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 1, 2022

@openshift-cherrypick-robot: 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/test-infra repository. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit 13f73e9 into openshift:release-4.9 Jun 1, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 1, 2022

@openshift-cherrypick-robot: All pull requests linked via external trackers have merged:

Bugzilla bug 2076690 has been moved to the MODIFIED state.

In response to this:

[release-4.9] Bug 2076690: fix bug where RoleBindings are not displaying in ClusterRole > RoleBindings

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. component/core Related to console core functionality lgtm Indicates that a PR is ready to be merged. qe-approved Signifies that QE has signed off on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants