refactor: use a fixed version of nginx image
parent
1bafd8a03f
commit
8c24a8a4aa
|
@ -56,7 +56,7 @@ Create a deployment for the [nginx](https://nginx.org/en/) web server:
|
|||
|
||||
```bash
|
||||
kubectl create deployment nginx \
|
||||
--image=nginx:latest
|
||||
--image=nginx:1.27.4
|
||||
```
|
||||
|
||||
List the pod created by the `nginx` deployment:
|
||||
|
|
Loading…
Reference in New Issue