You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In K9S, when I describe an Ingress, I expect to see Labels but it's not there.
When I check the same Ingress with kubectl, I can see all Labels.
To Reproduce
Steps to reproduce the behavior:
I have a namespace called qa
I create a few ingresses in qa namespace, let's use ingress=api as an example here.
I describe any of the ingresses and get details of it.
In details, I cannot see Labels at all.
When I check the same ingress with kubectl, I can see Labels correctly.
Expected behavior
Assume we should see Labels when describing an Ingress?
Versions (please complete the following information):
OS: [Win10 Enterprise, version 2004]
K9s: [0.23.9]
K8s: [1.16.13]
The text was updated successfully, but these errors were encountered:
@woshizhuyumi - I see your point regarding the ingress view not displaying a labels column. Thank you for that! That said, the command kubectl describe does not volunteer showing labels either. Thus K9s is on par here!
Describe the bug
In K9S, when I describe an Ingress, I expect to see
Labels
but it's not there.When I check the same Ingress with
kubectl
, I can see allLabels
.To Reproduce
Steps to reproduce the behavior:
I have a namespace called
qa
I create a few ingresses in
qa
namespace, let's use ingress=api as an example here.I describe any of the ingresses and get details of it.
In details, I cannot see
Labels
at all.When I check the same ingress with
kubectl
, I can seeLabels
correctly.Expected behavior
Assume we should see
Labels
when describing an Ingress?Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: