Merge pull request #28631 from chenxuc/move-page
move HostAliases page to tasks
This commit is contained in:
commit
88275eab73
|
|
@ -3,7 +3,7 @@ reviewers:
|
||||||
- rickypai
|
- rickypai
|
||||||
- thockin
|
- thockin
|
||||||
title: Adding entries to Pod /etc/hosts with HostAliases
|
title: Adding entries to Pod /etc/hosts with HostAliases
|
||||||
content_type: concept
|
content_type: task
|
||||||
weight: 60
|
weight: 60
|
||||||
min-kubernetes-server-version: 1.7
|
min-kubernetes-server-version: 1.7
|
||||||
---
|
---
|
||||||
|
|
@ -16,7 +16,7 @@ Adding entries to a Pod's `/etc/hosts` file provides Pod-level override of hostn
|
||||||
Modification not using HostAliases is not suggested because the file is managed by the kubelet and can be overwritten on during Pod creation/restart.
|
Modification not using HostAliases is not suggested because the file is managed by the kubelet and can be overwritten on during Pod creation/restart.
|
||||||
|
|
||||||
|
|
||||||
<!-- body -->
|
<!-- steps -->
|
||||||
|
|
||||||
## Default hosts file content
|
## Default hosts file content
|
||||||
|
|
||||||
|
|
@ -130,6 +130,7 @@
|
||||||
/docs/concepts/scheduling-eviction/eviction-policy/ /docs/concepts/scheduling-eviction/node-pressure-eviction/ 301
|
/docs/concepts/scheduling-eviction/eviction-policy/ /docs/concepts/scheduling-eviction/node-pressure-eviction/ 301
|
||||||
/docs/concepts/service-catalog/ /docs/concepts/extend-kubernetes/service-catalog/ 301
|
/docs/concepts/service-catalog/ /docs/concepts/extend-kubernetes/service-catalog/ 301
|
||||||
/docs/concepts/services-networking/networkpolicies/ /docs/concepts/services-networking/network-policies/ 301
|
/docs/concepts/services-networking/networkpolicies/ /docs/concepts/services-networking/network-policies/ 301
|
||||||
|
/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ /docs/tasks/network/customize-hosts-file-for-pods/ 301
|
||||||
/docs/concepts/storage/etcd-store-api-object/ /docs/tasks/administer-cluster/configure-upgrade-etcd/ 301
|
/docs/concepts/storage/etcd-store-api-object/ /docs/tasks/administer-cluster/configure-upgrade-etcd/ 301
|
||||||
/docs/concepts/storage/volumes/emptyDirapiVersion/ /docs/concepts/storage/volumes/#emptydir/ 301
|
/docs/concepts/storage/volumes/emptyDirapiVersion/ /docs/concepts/storage/volumes/#emptydir/ 301
|
||||||
/docs/concepts/tools/kubectl/object-management-overview/ /docs/concepts/overview/object-management-kubectl/overview/ 301
|
/docs/concepts/tools/kubectl/object-management-overview/ /docs/concepts/overview/object-management-kubectl/overview/ 301
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue