Skip to content

Feature: In Resource Browser we should be able to see column of nodes #3650

@dhananjay0601

Description

@dhananjay0601

🔖 Feature description

In resource browser there is no column appearing for the Nodes. So, create an output in resource browser where we are able to see every pod running on which node.

🎤 Pitch

In Resource browser > Pods > we get list of pod but we are unable to see which pod is running on which node. So, In order to see the corresponding node for each running pod.

✌️ Solution

We have an API which fetch the list of the pods in resource browser by executing a command kubectl get po’ so extend this command to kubectl get po -o wide’. In order to fetch the details of the Nodes.

🔄️ Alternative

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

AB#4397

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions