Merge pull request #39300 from suning0/suning020701

[zh-cn]Update cluster-cidr-v1alpha1.md
pull/39348/head
Kubernetes Prow Robot 2023-02-08 03:58:58 -08:00 committed by GitHub
commit b0fc332cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -92,10 +92,10 @@ ClusterCIDRSpec 定义 ClusterCIDR 的预期状态。
- **ipv6** (string)
<!--
IPv6 defines an IPv6 IP block in CIDR notation(e.g. "fd12:3456:789a:1::/64"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
IPv6 defines an IPv6 IP block in CIDR notation(e.g. "2001:db8::/64"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
-->
ipv6 以 CIDR 表示法定义 IPv6 IP 块(例如 “fd12:3456:789a:1::/64”
ipv6 以 CIDR 表示法定义 IPv6 IP 块(例如 “2001:db8::/64”
必须至少指定 ipv4 和 ipv6 之一。 该字段是不可变的。
- **nodeSelector** (NodeSelector)