Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _docs/setup/kubernetes/multicluster-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ $ export STATSD_POD_IP=$(kubectl -n istio-system get pod -l istio=statsd-prom-br
$ helm template install/kubernetes/helm/istio-remote --name istio-remote --set global.pilotEndpoint=${PILOT_POD_IP} --set global.policyEndpoint=${POLICY_POD_IP} --set global.statsdEndpoint=${STATSD_POD_IP} > $HOME/istio-remote.yaml
```

1. Create a namespace for remote Istio.
```command
$ kubectl create ns istio-system
```
1. Instantiate the remote cluster's connection to the Istio control plane:

```command
Expand Down