We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852503f commit 04e7798Copy full SHA for 04e7798
content/zh-cn/docs/tasks/administer-cluster/declare-network-policy.md
@@ -105,7 +105,7 @@ You should be able to access the new `nginx` service from other Pods. To access
105
## 通过从 Pod 访问服务对其进行测试
106
107
你应该可以从其它的 Pod 访问这个新的 `nginx` 服务。
108
-要从 default 命名空间中的其它s Pod 来访问该服务。可以启动一个 busybox 容器:
+要从 default 命名空间中的其它 Pod 来访问该服务。可以启动一个 busybox 容器:
109
110
```shell
111
kubectl run busybox --rm -ti --image=busybox:1.28 /bin/sh
0 commit comments