Merge pull request #29907 from aysabzevar/main
fix a grammar mistake - English version
This commit is contained in:
commit
2900c15d7f
|
|
@ -1128,7 +1128,7 @@ spec:
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< note >}}
|
{{< 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
|
is intended to specify a canonical DNS name. To hardcode an IP address, consider using
|
||||||
[headless Services](#headless-services).
|
[headless Services](#headless-services).
|
||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue