Conversation
added 7 commits
September 10, 2026 08:45
Show the PersistentVolumeClaims mounted by a workload, fetched server-side by name (SSP) when available and scoped to the workload's namespace.
Replace the read-only config view with a dedicated detail page that shows the volume summary and the bound PersistentVolumeClaim, fetched server-side by name (SSP) when available.
Contributor
|
🔄 Auto-Retry Failed Run The Tests workflow failed for the commits below and has been automatically retried.
|
momesgin
marked this pull request as ready for review
September 14, 2026 22:53
nwmac
requested changes
Sep 15, 2026
nwmac
left a comment
Member
There was a problem hiding this comment.
A couple of small text changes:
- Change tab 'Volume Claim (N)' to just 'Claims (N)'
- Change tab 'Mounted Pods (N)' to just 'Pods (N)'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #16593
Surfaces the relationship between workloads, PersistentVolumeClaims, PersistentVolumes and Pods so users can see what mounts what without leaving the dashboard.
Occurred changes and/or fixed issues
Technical notes summary
metadata.namein the workload namespace.spec.claimRefname and namespace.spec.volumes[].persistentVolumeClaim.claimName, which is not an indexed field. The Pod request is scoped to the claim namespace (server side when SSP is available) and the claim match is done client side.nodeandworkload) so the parent masthead and async related resource fetch work without model changes. Modeldetailsgetters feed the masthead summary viaDetailTop.Areas or cases that should be tested
Setup: apply a Deployment that mounts a PVC (local-path binds the PVC and creates the PV once a Pod schedules).
Edge cases:
claimRef: Volume Claim tab shows the empty state.Areas which could experience regressions
Screenshot/Video
Checklist
Admin,Standard UserandUser Base