Add HostAliases to Glossary page (#12454)

pull/12469/head
Damini Satya 2019-02-01 02:51:00 +05:30 committed by Kubernetes Prow Robot
parent a7f0d9a713
commit 5174235049
1 changed files with 17 additions and 0 deletions

View File

@ -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.
<!--more-->
[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.