From f5f8af8373866a7dc5f7641658727a6ef9a35ce9 Mon Sep 17 00:00:00 2001 From: chenxuc Date: Thu, 1 Jul 2021 15:28:35 +0800 Subject: [PATCH] [ja]move HostAliases page to tasks --- .../network/customize-hosts-file-for-pods.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename content/ja/docs/{concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md => tasks/network/customize-hosts-file-for-pods.md} (99%) diff --git a/content/ja/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md b/content/ja/docs/tasks/network/customize-hosts-file-for-pods.md similarity index 99% rename from content/ja/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md rename to content/ja/docs/tasks/network/customize-hosts-file-for-pods.md index 5c89abf5e7..f644fc575a 100644 --- a/content/ja/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md +++ b/content/ja/docs/tasks/network/customize-hosts-file-for-pods.md @@ -1,6 +1,6 @@ --- title: HostAliasesを使用してPodの/etc/hostsにエントリーを追加する -content_type: concept +content_type: task weight: 60 min-kubernetes-server-version: 1.7 --- @@ -13,7 +13,7 @@ Podの`/etc/hosts`ファイルにエントリーを追加すると、DNSやそ HostAliasesを使用せずにファイルを修正することはおすすめできません。このファイルはkubeletが管理しており、Podの作成や再起動時に上書きされる可能性があるためです。 - + ## デフォルトのhostsファイルの内容