-
Notifications
You must be signed in to change notification settings - Fork 8k
Description
(This is used to request new product features, please visit https://discuss.istio.io for questions on using Istio)
Describe the feature request
In a multi-cluster scenario, we execute istioctl ps
, output the following content:
$istioctl ps
NAME CDS LDS EDS RDS ISTIOD VERSION
istio-egressgateway-d7dd9b576-rp6m8.istio-system SYNCED SYNCED SYNCED NOT SENT istiod-1-10-3-845cddf779-67wx9 1.10.3
istio-ingressgateway-1-7ccb8dfc57-rj7hm.istio-system SYNCED SYNCED SYNCED NOT SENT istiod-1-10-3-845cddf779-67wx9 1.10.3
istio-ingressgateway-2-5fddcd5f97-f9fsn.istio-system SYNCED SYNCED SYNCED NOT SENT istiod-1-10-3-845cddf779-67wx9 1.10.3
istio-ingressgateway-5cf945c645-p25xl.istio-system SYNCED SYNCED SYNCED NOT SENT istiod-1-10-3-845cddf779-67wx9 1.10.3
productpage-v1-69d58d775f-6qbgc.default SYNCED SYNCED SYNCED SYNCED istiod-1-10-3-845cddf779-67wx9 1.10.3
reviews-v1-769b6ccbcf-mvkd5.default SYNCED SYNCED SYNCED SYNCED istiod-1-10-3-845cddf779-67wx9 1.10.3
However, sometimes we expect to see the cluster name of a pod in multi-cluster mesh
Describe alternatives you've considered
We can add the CLUSTER
column in the output of istioctl ps
command , like:
$ istioctl ps
NAME CLUSTER CDS LDS EDS RDS ISTIOD VERSION
istio-egressgateway-d7dd9b576-rp6m8.istio-system cluster1 SYNCED SYNCED SYNCED NOT SENT istiod-1-10-3-845cddf779-67wx9 1.10.3
istio-ingressgateway-1-7ccb8dfc57-rj7hm.istio-system cluster1 SYNCED SYNCED SYNCED NOT SENT istiod-1-10-3-845cddf779-67wx9 1.10.3
istio-ingressgateway-2-5fddcd5f97-f9fsn.istio-system cluster1 SYNCED SYNCED SYNCED NOT SENT istiod-1-10-3-845cddf779-67wx9 1.10.3
istio-ingressgateway-5cf945c645-p25xl.istio-system cluster2 SYNCED SYNCED SYNCED NOT SENT istiod-1-10-3-845cddf779-67wx9 1.10.3
productpage-v1-69d58d775f-6qbgc.default cluster2 SYNCED SYNCED SYNCED SYNCED istiod-1-10-3-845cddf779-67wx9 1.10.3
reviews-v1-769b6ccbcf-mvkd5.default cluster2 SYNCED SYNCED SYNCED SYNCED istiod-1-10-3-845cddf779-67wx9 1.10.3
Affected product area (please put an X in all that apply)
[ ] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Extensions and Telemetry
[ ] Security
[ ] Test and Release
[X] User Experience
[ ] Developer Infrastructure
Affected features (please put an X in all that apply)
[X] Multi Cluster
[ ] Virtual Machine
[ ] Multi Control Plane
Additional context