[zh] update docker-cli-to-kubectl

pull/26430/head
Arhell 2021-02-09 00:58:25 +02:00
parent 15afafb625
commit da2d988e67
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ kubectl create deployment --image=nginx nginx-app
deployment.apps/nginx-app created
```
```
```shell
# add env to nginx-app
kubectl set env deployment/nginx-app DOMAIN=cluster
```