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: - - +
Kubernetes is open source giving you the freedom to take advantage ...
+