Merge branch 'master' of github.com:rootsongjc/kubernetes-handbook

pull/455/head
Jimmy Song 2021-12-03 17:45:40 +08:00
commit 70e8bb993c
No known key found for this signature in database
GPG Key ID: CBA666E6EF8B2C3A
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ $ kubectl edit configmap special-config
等待大概10秒钟时间再次查看环境变量的值。 等待大概10秒钟时间再次查看环境变量的值。
```bash ```bash
$ kubectl exec `kubectl get pods -l run=my-nginx -o=name|cut -d "/" -f2` cat /tmp/log_level $ kubectl exec `kubectl get pods -l run=my-nginx -o=name|cut -d "/" -f2` cat /etc/config/log_level
DEBUG DEBUG
``` ```