Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe Ingress not showing Labels #931

Closed
zhuyumi opened this issue Nov 9, 2020 · 2 comments
Closed

Describe Ingress not showing Labels #931

zhuyumi opened this issue Nov 9, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@zhuyumi
Copy link

zhuyumi commented Nov 9, 2020




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:

  1. I have a namespace called qa

  2. I create a few ingresses in qa namespace, let's use ingress=api as an example here.
    image

  3. I describe any of the ingresses and get details of it.

  4. In details, I cannot see Labels at all.
    image

  5. When I check the same ingress with kubectl, I can see Labels correctly.
    image

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]
@derailed derailed added the enhancement New feature or request label Nov 10, 2020
@derailed
Copy link
Owner

@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!

derailed added a commit that referenced this issue Nov 10, 2020
@derailed
Copy link
Owner

@woshizhuyumi Fixed v0.23.10. Note as with any other labels column you'll have to volunteer to see the labels via Ctrl-w

placintaalexandru pushed a commit to placintaalexandru/k9s that referenced this issue Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants