mirror of https://github.com/istio/istio.io.git
Fix description of Shared control plane (#7559)
From the remote cluster, one of the endpoints should be the IP of the Pod in remote cluster not in the main cluster. Co-authored-by: tomocy <tomocy.dev@gmail.com>
This commit is contained in:
parent
2c2e3f94c9
commit
3d7bcc44a9
|
@ -481,7 +481,7 @@ ENDPOINT STATUS OUTLIER CHECK CLUSTER
|
|||
{{< /text >}}
|
||||
|
||||
In the remote cluster, the endpoints are the gateway IP of the main cluster (`192.168.1.246:443`) and
|
||||
the pod IP in the main cluster (`10.32.0.9:5000`).
|
||||
the pod IP in the remote cluster (`10.32.0.9:5000`).
|
||||
|
||||
**Congratulations!**
|
||||
|
||||
|
|
Loading…
Reference in New Issue