From 9e966b2e9d2ab8af9e856093e7840cfb3afbda4b Mon Sep 17 00:00:00 2001 From: Abubakar Siddiq Ango Date: Tue, 21 May 2019 09:42:41 +0200 Subject: [PATCH] Switch to long command option (#14422) --- .../add-entries-to-pod-etc-hosts-with-host-aliases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e67cd841c9..6f931a8531 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 @@ -82,7 +82,7 @@ pod/hostaliases-pod created Examine a Pod IP and status: ```shell -kubectl get pod -o=wide +kubectl get pod --output=wide ``` ```shell