Add tip for cluster names containing / chars (#11695)

* Add tip for URL containing / characters

* Add tip for cluster names containing / chars

* highlight
This commit is contained in:
Frank Budinsky 2022-08-10 10:28:08 -04:00 committed by GitHub
parent 4d11bfe3a2
commit 6457b22c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -200,6 +200,11 @@ and installing the sidecar injector webhook configuration on the remote cluster
EOF
{{< /text >}}
{{< tip >}}
If your cluster name contains `/` (slash) characters, replace them with `--slash--` in the `injectionURL`,
e.g., `injectionURL: https://1.2.3.4:15017/inject/cluster/`<mark>`cluster--slash--1`</mark>`/net/network1`.
{{< /tip >}}
1. If you are using an IP address for the `EXTERNAL_ISTIOD_ADDR`, instead of a proper DNS hostname,
modify the configuration to specify the discovery address and paths, instead of URLs: