Add tip about configuring istioctl for a remote cluster (#11706)

This commit is contained in:
Frank Budinsky 2022-08-15 13:09:28 -04:00 committed by GitHub
parent 84ac395c28
commit 2bc1913a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -478,6 +478,12 @@ and installing the sidecar injector webhook configuration on the remote cluster
Now that Istio is up and running, a mesh administrator only needs to deploy and configure services in the mesh,
including gateways, if needed.
{{< tip >}}
Some of the `istioctl` CLI commands won't work by default on a remote cluster,
although you can easily configure `istioctl` to make it fully functional.
See the [Istioctl-proxy Ecosystem project](https://github.com/istio-ecosystem/istioctl-proxy-sample) for details.
{{< /tip >}}
#### Deploy a sample application
1. Create, and label for injection, the `sample` namespace on the remote cluster: