volume: add missing pod nginx-with-init creating

This commit is contained in:
Guilhem Lettron
2020-04-29 22:37:49 +02:00
parent 6f806ed200
commit a6c7d69986

View File

@@ -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)