steveteuber / kubectl-graph

A kubectl plugin to visualize Kubernetes resources and relationships.
Apache License 2.0
589 stars 29 forks source link

Add new CLI option to add the region to each node. #89

Open Kverma517 opened 10 months ago

Kverma517 commented 10 months ago

Something like --node-region "us-east1" becomes {"region": "us-east1"} on all the nodes. Infact it will be great if we can add something generic like --node-SOME_PROPERTY and it becomes property of the nodes.