-
Bug
-
Resolution: Unresolved
-
Undefined
-
4.21
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
Important
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
click on ImageStream link in ImageStreamTag details breadcrumb link will return 404 not found page
Version-Release number of selected component (if applicable):
4.21.0-0.nightly-2025-10-19-181151
How reproducible:
Always
Steps to Reproduce:
1. navigate to Builds -> ImageStreams list page, make sure 'All Projects' option is selected
2. click on any ImageStream name, for example httpd to go to its details page
3. scroll down to 'Tags' section, click on any of the tags
4. the breadcrumb link will look like ImageStreams -> httpd -> ImageStreamTag details, click on the second link on 'httpd'
Actual results:
4. 404: Page Not Found will be returned and user facing URL is /k8s/all-namespaces/imagestreams/httpd
Expected results:
4. we should display ImageStream details page correctly, in this case the correct URL should be /k8s/ns/openshift/imagestreams/httpd
Additional info: