Skip to content

Commit 88275ea

Browse files
authored
Merge pull request #28631 from chenxuc/move-page
move HostAliases page to tasks
2 parents cb2db15 + aad34c5 commit 88275ea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ reviewers:
33
- rickypai
44
- thockin
55
title: Adding entries to Pod /etc/hosts with HostAliases
6-
content_type: concept
6+
content_type: task
77
weight: 60
88
min-kubernetes-server-version: 1.7
99
---
@@ -16,7 +16,7 @@ Adding entries to a Pod's `/etc/hosts` file provides Pod-level override of hostn
1616
Modification not using HostAliases is not suggested because the file is managed by the kubelet and can be overwritten on during Pod creation/restart.
1717

1818

19-
<!-- body -->
19+
<!-- steps -->
2020

2121
## Default hosts file content
2222

static/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
/docs/concepts/scheduling-eviction/eviction-policy/ /docs/concepts/scheduling-eviction/node-pressure-eviction/ 301
131131
/docs/concepts/service-catalog/ /docs/concepts/extend-kubernetes/service-catalog/ 301
132132
/docs/concepts/services-networking/networkpolicies/ /docs/concepts/services-networking/network-policies/ 301
133+
/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ /docs/tasks/network/customize-hosts-file-for-pods/ 301
133134
/docs/concepts/storage/etcd-store-api-object/ /docs/tasks/administer-cluster/configure-upgrade-etcd/ 301
134135
/docs/concepts/storage/volumes/emptyDirapiVersion/ /docs/concepts/storage/volumes/#emptydir/ 301
135136
/docs/concepts/tools/kubectl/object-management-overview/ /docs/concepts/overview/object-management-kubectl/overview/ 301

0 commit comments

Comments
 (0)