Remove duplicate 'the'. (#4715)
* Remove duplicate 'the'. * Update add-entries-to-pod-etc-hosts-with-host-aliases.md
This commit is contained in:
committed by
Zachary Corleissen
parent
eede65a3c9
commit
506842bc16
@@ -38,7 +38,7 @@ by default, the hosts file only includes ipv4 and ipv6 boilerplates like `localh
|
||||
|
||||
## Adding Additional Entries with HostAliases
|
||||
|
||||
In addition the the default boilerplate, we can add additional entries to the hosts file to resolve `foo.local`, `bar.local` to `127.0.0.1` and `foo.remote`, `bar.remote` to `10.1.2.3`, we can by adding HostAliases to the Pod under `.spec.hostAliases`:
|
||||
In addition to the default boilerplate, we can add additional entries to the hosts file to resolve `foo.local`, `bar.local` to `127.0.0.1` and `foo.remote`, `bar.remote` to `10.1.2.3`, we can by adding HostAliases to the Pod under `.spec.hostAliases`:
|
||||
|
||||
{% include code.html language="yaml" file="hostaliases-pod.yaml" ghlink="/docs/concepts/services-networking/hostaliases-pod.yaml" %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user