mirror of https://github.com/istio/istio.io.git
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:
parent
4d11bfe3a2
commit
6457b22c83
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue