Update index.md (#14971)

Make `ExternalName` prettier
This commit is contained in:
Victor Yang 2024-04-25 13:45:16 -07:00 committed by GitHub
parent 1467b3b5b8
commit 26e80eb588
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Before proceeding, be sure to complete the steps under
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'
utilizes the Kubernetes service type `ExternalName`. However, the `ExternalName`
type exclusively supports IP addresses and does not accommodate FQDNs.
{{< /warning >}}