Skip to content

Commit

Permalink
[zh] Update source-ip.md
Browse files Browse the repository at this point in the history
Signed-off-by: xin.li <xin.li@daocloud.io>
  • Loading branch information
my-git9 committed Mar 26, 2022
1 parent 47251f7 commit feb1cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh/docs/tutorials/services/source-ip.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ clusterip ClusterIP 10.0.170.92 <none> 80/TCP 51s
从相同集群中的一个 pod 访问这个 `ClusterIP`

```shell
kubectl run busybox -it --image=busybox --restart=Never --rm
kubectl run busybox -it --image=busybox:1.28 --restart=Never --rm
```
输出结果与以下结果类似:
```
Expand Down

0 comments on commit feb1cbe

Please sign in to comment.