Update debug-pod-replication-controller.md

Add English and Chinese spaces
This commit is contained in:
wangwei 2021-11-18 20:23:59 +08:00 committed by GitHub
parent 0aa00b6902
commit 36d5dbd887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ the pod can be scheduled. In most cases, `hostPort` is unnecessary; try using a
service object to expose your pod. If you do require `hostPort` then you can
only schedule as many pods as there are nodes in your container cluster.
-->
#### 使用hostPort
#### 使用 hostPort
当你将一个 Pod 绑定到某 `hostPort` 时,这个 Pod 能被调度的位置数量有限。
在大多数情况下,`hostPort` 是不必要的; 尝试使用服务对象来暴露你的 Pod。