Skip to content

Commit d514123

Browse files
authored
Merge pull request #25430 from jiaj12/patch-41
Update validate-dual-stack.md
2 parents 60d1845 + 2b216a3 commit d514123

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/zh/docs/tasks/network/validate-dual-stack.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ This document shares how to validate IPv4/IPv6 dual-stack enabled Kubernetes clu
1919
## {{% heading "prerequisites" %}}
2020

2121
<!--
22-
* Kubernetes 1.16 or later
2322
* Provider support for dual-stack networking (Cloud provider or otherwise must be able to provide Kubernetes nodes with routable IPv4/IPv6 network interfaces)
2423
* Kubenet network plugin
2524
* [Dual-stack enabled](/docs/concepts/services-networking/dual-stack/) cluster
2625
-->
27-
* Kubernetes 1.16 或更高版本
2826
* 提供程序对双协议栈网络的支持 (云供应商或其他方式必须能够为 Kubernetes 节点
2927
提供可路由的 IPv4/IPv6 网络接口)
3028
* 一个能够支持双协议栈的
@@ -87,7 +85,7 @@ Validate that a Pod has an IPv4 and IPv6 address assigned. (replace the Pod name
8785
### 验证 Pod 寻址
8886

8987
验证 Pod 已分配了 IPv4 和 IPv6 地址。(用集群中的有效 Pod 替换 Pod 名称。
90-
在此示例中, Pod 名称为 pod01)
88+
在此示例中,Pod 名称为 pod01)
9189

9290
```shell
9391
kubectl get pods pod01 -o go-template --template='{{range .status.podIPs}}{{printf "%s \n" .ip}}{{end}}'

0 commit comments

Comments
 (0)