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

Print node and instance details when printing machines on console. #737

Closed
ashwani2k opened this issue Jul 25, 2022 · 0 comments · Fixed by #746
Closed

Print node and instance details when printing machines on console. #737

ashwani2k opened this issue Jul 25, 2022 · 0 comments · Fixed by #746
Labels
area/usability Usability related kind/enhancement Enhancement, improvement, extension priority/3 Priority (lower number equals higher priority) status/closed Issue is closed (either delivered or triaged)
Milestone

Comments

@ashwani2k
Copy link
Contributor

ashwani2k commented Jul 25, 2022

How to categorize this issue?

/area usability
/kind enhancement
/priority 3

What would you like to be added:
As an operator I would like to see more details about the machine.
In concrete 2 fields will be really helpful namely -

  • Node Name captured under node
  • InstanceDetails captured under providerId (to map them on the Infra)

To not bloat up the width we can also consider providing these additional columns via -o wide option. This can keep the design consistent with the current usage allowing still an ease to get the details when required using the -o wide option.

Why is this needed:
Currently when we fetch machine details using kubectl we get the following output -

NAME                                                 STATUS    AGE
shoot--dev--ashlclkyv-ash-local-kyv-z1-66666-pmb9t   Running   12d

To map the machine to the corresponding k8s node object as well the infra instance details one needs to search it through the yaml which can be made easier by having them default printed as a response to fetch machines.

@ashwani2k ashwani2k added the kind/enhancement Enhancement, improvement, extension label Jul 25, 2022
@gardener-robot gardener-robot added area/usability Usability related priority/3 Priority (lower number equals higher priority) labels Jul 25, 2022
@ashwani2k ashwani2k changed the title Print node and instance details when printing machines Print node and instance details when printing machines on console. Jul 25, 2022
@ashwani2k ashwani2k modified the milestones: 2021-Q3, 2022-Q3 Aug 1, 2022
@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/usability Usability related kind/enhancement Enhancement, improvement, extension priority/3 Priority (lower number equals higher priority) status/closed Issue is closed (either delivered or triaged)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants