From 51742350499ba066a71d40fde557e31dee01ad57 Mon Sep 17 00:00:00 2001 From: Damini Satya Date: Fri, 1 Feb 2019 02:51:00 +0530 Subject: [PATCH] Add HostAliases to Glossary page (#12454) --- .../en/docs/reference/glossary/host-aliases.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/en/docs/reference/glossary/host-aliases.md diff --git a/content/en/docs/reference/glossary/host-aliases.md b/content/en/docs/reference/glossary/host-aliases.md new file mode 100644 index 0000000000..e67b1c25ce --- /dev/null +++ b/content/en/docs/reference/glossary/host-aliases.md @@ -0,0 +1,17 @@ +--- +title: HostAliases +id: HostAliases +date: 2019-01-31 +full_link: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#hostalias-v1-core +short_description: > + A HostAliases is a mapping between the IP address and hostname to be injected into a Pod's hosts file. + +aka: +tags: +- operation +--- + A HostAliases is a mapping between the IP address and hostname to be injected into a Pod's hosts file. + + + +[HostAliases](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#hostalias-v1-corev) 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.