Skip to content

Commit

Permalink
[bugfix/fix-declare-network-policy-word] fix🐛: Remove the extra chara…
Browse files Browse the repository at this point in the history
…cter 's'

Signed-off-by: qi.han <qi.han@daocloud.io>
  • Loading branch information
jpanda-cn committed Sep 16, 2022
1 parent 852503f commit 04e7798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ You should be able to access the new `nginx` service from other Pods. To access
## 通过从 Pod 访问服务对其进行测试

你应该可以从其它的 Pod 访问这个新的 `nginx` 服务。
要从 default 命名空间中的其它s Pod 来访问该服务。可以启动一个 busybox 容器:
要从 default 命名空间中的其它 Pod 来访问该服务。可以启动一个 busybox 容器:

```shell
kubectl run busybox --rm -ti --image=busybox:1.28 /bin/sh
Expand Down

0 comments on commit 04e7798

Please sign in to comment.