Skip to content

[release-4.18] OCPBUGS-73662: Namespace is not persisting when switching to developer view from the topology page of admin page#15910

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:release-4.18from
openshift-cherrypick-robot:cherry-pick-14812-to-release-4.18
Jan 16, 2026
Merged

[release-4.18] OCPBUGS-73662: Namespace is not persisting when switching to developer view from the topology page of admin page#15910
openshift-merge-bot[bot] merged 1 commit intoopenshift:release-4.18from
openshift-cherrypick-robot:cherry-pick-14812-to-release-4.18

Conversation

@openshift-cherrypick-robot

This is an automated cherry-pick of #14812

/assign cajieh

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 12, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Review skipped — only excluded labels are configured. (1)
  • do-not-merge/work-in-progress

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci-robot
Copy link
Contributor

@openshift-cherrypick-robot: Jira Issue OCPBUGS-48491 has been cloned as Jira Issue OCPBUGS-73662. Will retitle bug to link to clone.
/retitle [release-4.18] OCPBUGS-73662: Namespace is not persisting when switching to developer view from the topology page of admin page

Details

In response to this:

This is an automated cherry-pick of #14812

/assign cajieh

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.

@openshift-ci openshift-ci bot changed the title [release-4.18] OCPBUGS-48491: Namespace is not persisting when switching to developer view from the topology page of admin page [release-4.18] OCPBUGS-73662: Namespace is not persisting when switching to developer view from the topology page of admin page Jan 12, 2026
@openshift-ci openshift-ci bot requested review from jhadvig and rhamilto January 12, 2026 19:36
@openshift-ci openshift-ci bot added the component/core Related to console core functionality label Jan 12, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jan 12, 2026
@openshift-ci-robot
Copy link
Contributor

@openshift-cherrypick-robot: This pull request references Jira Issue OCPBUGS-73662, which is valid. The bug has been moved to the POST state.

7 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.18.z) matches configured target version for branch (4.18.z)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)
  • release note type set to "Release Note Not Required"
  • dependent bug Jira Issue OCPBUGS-48491 is in the state Closed (Done-Errata), which is one of the valid states (VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA))
  • dependent Jira Issue OCPBUGS-48491 targets the "4.19.0" version, which is one of the valid target versions: 4.19.0, 4.19.z
  • bug has dependents

Requesting review from QA contact:
/cc @sanketpathak

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

This is an automated cherry-pick of #14812

/assign cajieh

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.

@openshift-ci-robot openshift-ci-robot added the jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. label Jan 12, 2026
@openshift-ci openshift-ci bot requested a review from sanketpathak January 12, 2026 19:36
@cajieh
Copy link
Contributor

cajieh commented Jan 12, 2026

/label backport-risk-assessed

@openshift-ci openshift-ci bot added the backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. label Jan 12, 2026
@Leo6Leo
Copy link
Contributor

Leo6Leo commented Jan 12, 2026

/lgtm

QE verification:
/assign @yapei

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 12, 2026
@rhamilto
Copy link
Member

/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 12, 2026

[APPROVALNOTIFIER] This PR is APPROVED

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

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 Jan 12, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 12, 2026

@openshift-cherrypick-robot: 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.

@yapei
Copy link
Contributor

yapei commented Jan 13, 2026

in OCP 4.18, there is no Topology menu inside Workloads in Administrator perspective
Screenshot 2026-01-13 at 4 08 45 PM

Also I tried OCP 4.18.0-0.nightly-2026-01-08-115801(without PR changes)
choose one project in admin perspective, namespace selection can be persisted when switching to developer view

418-nightly.mov

So it appears to me that the reported issue is not valid for 4.18 so we don't need a backport?

@cajieh
Copy link
Contributor

cajieh commented Jan 13, 2026

@yapei Thank you for checking. However, I was able to reproduce the issue in a 4.18 environment. There is actually a duplicate bug (OCPBUGS-59275) tracking this issue. I have attached two screencasts , one showing the bug present in a 4.18 cluster, and another showing the fix applied using the changes from this PR. Let me know if you have any further questions!

Before:

before-rbac-error.mov

After:

after-rbac-error.mov

@yapei
Copy link
Contributor

yapei commented Jan 16, 2026

I can confirm with PR fix, namespace selection can be persisted between perspective switching in above scenario

418-with-pr-fix.mov

@yapei
Copy link
Contributor

yapei commented Jan 16, 2026

/verified by @yapei

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Jan 16, 2026
@openshift-ci-robot
Copy link
Contributor

@yapei: This PR has been marked as verified by @yapei.

Details

In response to this:

/verified by @yapei

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.

@openshift-merge-bot openshift-merge-bot bot merged commit 976d7e6 into openshift:release-4.18 Jan 16, 2026
8 checks passed
@openshift-ci-robot
Copy link
Contributor

@openshift-cherrypick-robot: Jira Issue Verification Checks: Jira Issue OCPBUGS-73662
✔️ This pull request was pre-merge verified.
✔️ All associated pull requests have merged.
✔️ All associated, merged pull requests were pre-merge verified.

Jira Issue OCPBUGS-73662 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓

Details

In response to this:

This is an automated cherry-pick of #14812

/assign cajieh

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.

@openshift-merge-robot
Copy link
Contributor

Fix included in accepted release 4.18.0-0.nightly-2026-01-19-214631

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. component/core Related to console core functionality jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. 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. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.