Closed
Description
Describe the bug
When selecting an Alias, where multiple resource have the same name, the wrong resources are being shown.
To Reproduce
Steps to reproduce the behavior:
- Go to 'Aliases' (CTRL-A)
- Search for a resource type where there are 2 with the same name, but different "domains"
3. in my case,providerconfigs
which hasproviderconfigs.aws.upbound.io
andproviderconfigs.kubernetes.crossplane.io
- Select one. You'll get a list of resources -- the
aws
ones - Go to Aliases, and perform the same search
- Select the other (
kubernetes
). You'll get the same list of resources (theaws
ones), like the "domain" part is being ignored. - Also confirmed looking at
objects.kubernetes.crossplane.io
andobjects.s3.aws.upbound.io
-- the first one gets displayed again for both.
Expected behavior
The correct resources should be shown. They are with the corresponding kubectl
command.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
- OS: MacOS Sequaoi 15.3
- K9s: v0.40.3
- K8s: 1.132.0
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels
Activity