From 0cef76025fc27b9e7dcfe8e729cb4556922bc4d1 Mon Sep 17 00:00:00 2001 From: Tej-Singh-Rana <58101587+Tej-Singh-Rana@users.noreply.github.com> Date: Thu, 15 Oct 2020 13:26:59 +0530 Subject: [PATCH] Replaced URL --- .../configure-pod-initialization.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/content/en/docs/tasks/configure-pod-container/configure-pod-initialization.md b/content/en/docs/tasks/configure-pod-container/configure-pod-initialization.md index 9a8a33f655..cca96f2b79 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-pod-initialization.md +++ b/content/en/docs/tasks/configure-pod-container/configure-pod-initialization.md @@ -37,7 +37,7 @@ shared Volume at `/work-dir`, and the application container mounts the shared Volume at `/usr/share/nginx/html`. The init container runs the following command and then terminates: - wget -O /work-dir/index.html http://kubernetes.io + wget -O /work-dir/index.html http://info.cern.ch Notice that the init container writes the `index.html` file in the root directory of the nginx server. @@ -67,16 +67,13 @@ In your shell, send a GET request to the nginx server: The output shows that nginx is serving the web page that was written by the init container: - - +
+ http://info.cern.ch +
- - ... - "url": "http://kubernetes.io/"} - - +

http://info.cern.ch - home of the first website

... -

Kubernetes is open source giving you the freedom to take advantage ...

+
  • Browse the first website
  • ...