mirror of https://github.com/istio/istio.io.git
Add EKS warning to Primary Remote instructions (#13745)
* add EKS support statement to Primary Remote instructions * removing trailing spaces
This commit is contained in:
parent
e4f09e476a
commit
fa46df27c1
|
@ -16,6 +16,13 @@ Before proceeding, be sure to complete the steps under
|
|||
[before you begin](/docs/setup/install/multicluster/before-you-begin).
|
||||
|
||||
{{< boilerplate multi-cluster-with-metallb >}}
|
||||
{{< warning >}}
|
||||
These instructions are not suitable for AWS EKS primary cluster deployment.
|
||||
The reason behind this incompatibility is that AWS Load Balancers (LB) are
|
||||
presented as Fully Qualified Domain Names (FQDN), while the remote cluster
|
||||
utilizes the Kubernetes service type 'ExternalName'. However, the 'ExternalName'
|
||||
type exclusively supports IP addresses and does not accommodate FQDNs.
|
||||
{{< /warning >}}
|
||||
|
||||
In this configuration, cluster `cluster1` will observe the API Servers in
|
||||
both clusters for endpoints. In this way, the control plane will be able to
|
||||
|
|
Loading…
Reference in New Issue