Skip to content

Commit 5fd62ea

Browse files
committed
Add note about additional networks using IPv6
When using a network as an additional network in the OCP cluster that has an IPv6 Subnet, that subnet must be included in the router to provide router advertisements, otherwise the interface wouldn't get an address configured. This happens because the network manager is configured with method=auto.
1 parent 0d6deaf commit 5fd62ea

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/user/openstack/deploy_dual_stack_cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Given the above example uses a provider network, this network can be added to th
3333
$ openstack router set --external-gateway dualstack <router-id>
3434
```
3535

36+
**Note**: Any additional IPv6 Subnet that is used in the OpenShift cluster, should be added to a neutron router to provide router advertisements.
37+
3638
## Creating Dual-Stack API and Ingress VIPs Ports for the cluster
3739

3840
You must create the API and Ingress VIPs Ports with the following commands:

docs/user/openstack/deploy_single_stack_ipv6_cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Given the above example uses a provider network, this network can be added to th
3636
$ openstack router set --external-gateway v6-network <router-id>
3737
```
3838

39+
**Note**: Any additional IPv6 Subnet that is used in the OpenShift cluster, should be added to a neutron router to provide router advertisements.
40+
3941
## Creating IPv6 API and Ingress VIPs Ports for the cluster
4042

4143
You must create the API and Ingress VIPs Ports with the following commands:

0 commit comments

Comments
 (0)