From 79052e5232fe3b3550d1c595ae127bfeb628b64b Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Tue, 29 Jan 2019 17:35:06 -0800 Subject: [PATCH] Update HostAliases entries for new implementation (#12251) --- .../add-entries-to-pod-etc-hosts-with-host-aliases.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/en/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md b/content/en/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md index b69ab482cb..e67cd841c9 100644 --- a/content/en/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md +++ b/content/en/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md @@ -107,10 +107,8 @@ fe00::2 ip6-allrouters 10.200.0.5 hostaliases-pod # Entries added by HostAliases. -127.0.0.1 foo.local -127.0.0.1 bar.local -10.1.2.3 foo.remote -10.1.2.3 bar.remote +127.0.0.1 foo.local bar.local +10.1.2.3 foo.remote bar.remote ``` With the additional entries specified at the bottom.