Update configmap-hot-update.md (#454)

fix error path
pull/455/head
xiaoping 2021-11-18 21:49:05 +08:00 committed by GitHub
parent 338d7888bd
commit 828c1d7101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ $ kubectl edit configmap special-config
等待大概10秒钟时间再次查看环境变量的值。
```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
```