mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 09:48:57 +03:00
refactor: use a fixed version of nginx image
This commit is contained in:
@@ -56,7 +56,7 @@ Create a deployment for the [nginx](https://nginx.org/en/) web server:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
kubectl create deployment nginx \
|
kubectl create deployment nginx \
|
||||||
--image=nginx:latest
|
--image=nginx:1.27.4
|
||||||
```
|
```
|
||||||
|
|
||||||
List the pod created by the `nginx` deployment:
|
List the pod created by the `nginx` deployment:
|
||||||
|
|||||||
Reference in New Issue
Block a user