From a6c7d699865597bfc8dcaeafd9543864deee97f9 Mon Sep 17 00:00:00 2001 From: Guilhem Lettron Date: Wed, 29 Apr 2020 22:37:49 +0200 Subject: [PATCH] volume: add missing pod nginx-with-init creating --- slides/k8s/volumes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/slides/k8s/volumes.md b/slides/k8s/volumes.md index 2870877b..a5a9c730 100644 --- a/slides/k8s/volumes.md +++ b/slides/k8s/volumes.md @@ -417,6 +417,11 @@ spec: .exercise[ +- Create the pod: + ```bash + kubectl create -f ~/container.training/k8s/nginx-4-with-init.yaml + ``` + - Repeat the same operation as earlier (try to send HTTP requests as soon as the pod comes up)