From 58f108a489d20af228391ae8b42e561586016662 Mon Sep 17 00:00:00 2001 From: John Law Date: Thu, 20 Jun 2019 04:04:20 +0800 Subject: [PATCH] Update shell-demo.yaml (#14892) --- content/en/examples/application/shell-demo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/examples/application/shell-demo.yaml b/content/en/examples/application/shell-demo.yaml index 2a7d274a64..9eb140d80f 100644 --- a/content/en/examples/application/shell-demo.yaml +++ b/content/en/examples/application/shell-demo.yaml @@ -12,3 +12,5 @@ spec: volumeMounts: - name: shared-data mountPath: /usr/share/nginx/html + hostNetwork: true + dnsPolicy: Default