Merge pull request #49237 from hsingpuwoo/patch-1

[zh-cn] update content/zh-cn/docs/tutorials/configuration/updating-configuration-via-a-configmap.md
pull/49239/head
Kubernetes Prow Robot 2024-12-26 13:40:12 +01:00 committed by GitHub
commit d961714d16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ Access the service.
```shell
# 此命令将在后台运行
kubectl port-forward service/configmap-sidecar-service 8081:80 &
kubectl port-forward service/configmap-sidecar-service 8081:8081 &
```
访问服务: