This commit is contained in:
Alistair Mackay
2022-10-16 11:16:17 +01:00
parent 48a659c8f1
commit 4aa11efe04
3 changed files with 8 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ Create a deployment for the [nginx](https://nginx.org/en/) web server:
kubectl create deployment nginx --image=nginx:1.23.1
```
[//]: # (sleep:15)
[//]: # (command:kubectl wait deployment -n default nginx --for condition=Available=True --timeout=90s)
List the pod created by the `nginx` deployment: