Files
2020-04-09 11:31:21 -03:00

725 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
HostAliases HostAliases 2019-01-31 /docs/reference/generated/kubernetes-api/{{< param "version" >}}/#hostalias-v1-core A HostAliases is a mapping between the IP address and hostname to be injected into a Pod's hosts file.
operation

A HostAliases is a mapping between the IP address and hostname to be injected into a {{< glossary_tooltip text="Pod" term_id="pod" >}}'s hosts file.

[HostAliases](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#hostalias-v1-core) is an optional list of hostnames and IP addresses that will be injected into the Pod's hosts file if specified. This is only valid for non-hostNetwork Pods.