Skip to content

Commit

Permalink
Change ipv6 svc cidr due to overlap (#126)
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Buil <[email protected]>
  • Loading branch information
manuelbuil authored Nov 20, 2023
1 parent 64b8bae commit 9cca67d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/install/network_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ IPv4/IPv6 dual-stack networking enables the allocation of both IPv4 and IPv6 add

```yaml
#/etc/rancher/rke2/config.yaml
cluster-cidr: "10.42.0.0/16,2001:cafe:42:0::/56"
service-cidr: "10.43.0.0/16,2001:cafe:42:1::/112"
cluster-cidr: "10.42.0.0/16,2001:cafe:42::/56"
service-cidr: "10.43.0.0/16,2001:cafe:43::/112"
```

Each CNI plugin requires a different configuration for dual-stack:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ IPv4/IPv6 双栈网络支持将 IPv4 和 IPv6 地址分配给 Pod 和 Service。

```yaml
#/etc/rancher/rke2/config.yaml
cluster-cidr: "10.42.0.0/16,2001:cafe:42:0::/56"
service-cidr: "10.43.0.0/16,2001:cafe:42:1::/112"
cluster-cidr: "10.42.0.0/16,2001:cafe:42::/56"
service-cidr: "10.43.0.0/16,2001:cafe:43::/112"
```

每个 CNI 插件都需要不同的双栈配置:
Expand Down

0 comments on commit 9cca67d

Please sign in to comment.