diff --git a/content/zh/docs/tasks/administer-cluster/declare-network-policy.md b/content/zh/docs/tasks/administer-cluster/declare-network-policy.md index 3d682a4cb8..b5858ba2fc 100644 --- a/content/zh/docs/tasks/administer-cluster/declare-network-policy.md +++ b/content/zh/docs/tasks/administer-cluster/declare-network-policy.md @@ -108,7 +108,7 @@ You should be able to access the new `nginx` service from other Pods. To access 要从 default 命名空间中的其它s Pod 来访问该服务。可以启动一个 busybox 容器: ```shell -kubectl run busybox --rm -ti --image=busybox /bin/sh +kubectl run busybox --rm -ti --image=busybox:1.28 /bin/sh ```