gloo-mesh icon indicating copy to clipboard operation
gloo-mesh copied to clipboard

meshctl describe mesh should show the discovered name of the mesh

Open rvennam opened this issue 3 years ago • 0 comments

(⎈ |gke_solo-test-236622_us-central1-c_rvennam-mgmt2:default)
~/istio-1.8.3/bin 🏎  $ meshctl describe mesh
+-------------------------+----------------------+----------------------+
|        METADATA         |     VIRTUAL MESH     | VIRTUAL DESTINATIONS |
+-------------------------+----------------------+----------------------+
| Namespace: istio-system | Name: virtual-mesh   |                      |
| Cluster: remotecluster1 | Namespace: gloo-mesh |                      |
| Type: istio             |                      |                      |
| Version: 1.8.3          |                      |                      |
|                         |                      |                      |
+-------------------------+----------------------+----------------------+
| Namespace: istio-system | Name: virtual-mesh   |                      |
| Cluster: remotecluster2 | Namespace: gloo-mesh |                      |
| Type: istio             |                      |                      |
| Version: 1.8.3          |                      |                      |
|                         |                      |                      |
+-------------------------+----------------------+----------------------+
| Namespace: istio-system |                      |                      |
| Cluster: remotecluster3 |                      |                      |
| Type: istio             |                      |                      |
| Version: 1.8.3          |                      |                      |
|                         |                      |                      |
+-------------------------+----------------------+----------------------+



(⎈ |gke_solo-test-236622_us-central1-c_rvennam-mgmt2:default)
~/istio-1.8.3/bin 🏎  $ kubectl get mesh -n gloo-mesh
NAME                                 AGE
istiod-istio-system-remotecluster1   4d20h
istiod-istio-system-remotecluster2   175m
istiod-istio-system-remotecluster3   3m48s

I want meshctl describe mesh to show istiod-istio-system-remotecluster3

rvennam avatar Apr 13 '21 17:04 rvennam