fix a grammar mistake - English version

pull/29907/head
Ali Yousefi Sabzevar 2021-10-03 18:42:55 +02:00
parent 9c475f3c2b
commit 739a72185f
1 changed files with 1 additions and 1 deletions

View File

@ -1128,7 +1128,7 @@ spec:
```
{{< note >}}
ExternalName accepts an IPv4 address string, but as a DNS names comprised of digits, not as an IP address. ExternalNames that resemble IPv4 addresses are not resolved by CoreDNS or ingress-nginx because ExternalName
ExternalName accepts an IPv4 address string, but as a DNS name comprised of digits, not as an IP address. ExternalNames that resemble IPv4 addresses are not resolved by CoreDNS or ingress-nginx because ExternalName
is intended to specify a canonical DNS name. To hardcode an IP address, consider using
[headless Services](#headless-services).
{{< /note >}}