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