mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 09:48:57 +03:00
Updated
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user