We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c89a5 commit a5e12d0Copy full SHA for a5e12d0
content/zh/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md renamed to content/zh/docs/tasks/network/customize-hosts-file-for-pods.md
@@ -10,7 +10,7 @@ reviewers:
10
- rickypai
11
- thockin
12
title: Adding entries to Pod /etc/hosts with HostAliases
13
-content_type: concept
+content_type: task
14
weight: 60
15
min-kubernetes-server-version: 1.7
16
-->
@@ -29,7 +29,7 @@ Modification not using HostAliases is not suggested because the file is managed
29
建议通过使用 HostAliases 来进行修改,因为该文件由 Kubelet 管理,并且
30
可以在 Pod 创建/重启过程中被重写。
31
32
-<!-- body -->
+<!-- steps -->
33
34
<!--
35
## Default Hosts File Content
0 commit comments