Files
chenrui 5a5f77db64 Fix relative links issue in English content (#13307)
* `http://kubernetes.io/docs/` -> `/docs/` in content/en folder

* `https://kubernetes.io/docs/` -> `/docs/` in content/en folder
2019-03-20 16:05:05 -07:00

644 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/v1.13/#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 Pod's hosts file.

HostAliases 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.