Skip to content

Commit 48bdee7

Browse files
authored
Modify Chinese document port error
forward port wrong
1 parent 493ac17 commit 48bdee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/tutorials/configuration/updating-configuration-via-a-configmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ Access the service.
780780

781781
```shell
782782
# 此命令将在后台运行
783-
kubectl port-forward service/configmap-sidecar-service 8081:80 &
783+
kubectl port-forward service/configmap-sidecar-service 8081:8081 &
784784
```
785785

786786
访问服务:

0 commit comments

Comments
 (0)