-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Describe the bug
Aliases cannot contain filters for some resources anymore. It worked with the previous version v0.50.7, but not anymore with the current version v0.50.8. However, when I enter the alias content itself, everything works as expected.
Resources that don't work anymore:
- Pods,
- Deployments,
- DaemonSet.
Resources where it still works:
- Namespaces,
- ClusterRoles.
These are the ones I tested. Observation, maybe misleading: resources with namespace scope don't work, with cluster scope do work.
To Reproduce
Steps to reproduce the behavior:
- define an alias like:
aliases:
pingress: pod app=ingress-nginx- start
k9s - test the alias:
:pingress - observe that
k9sshows all pods, not filtered at all - test the alias content:
:pod app=ingress-nginx - observe that
k9sshows only pods with that label.
Historical Documents
Log file looks all happy, no errors there.
Expected behavior
Aliases work with filters.
Screenshots
n/a
Versions (please complete the following information):
- OS: OSX 15.5
- K9s:
v0.50.8 - K8s:
v1.20.15
Additional context
n/a
Metadata
Metadata
Assignees
Labels
No labels