Skip to content

Commit

Permalink
Merge pull request #9323 from shiftstack/fix-docs-additional-network
Browse files Browse the repository at this point in the history
OCPBUGS-44560: Add note about additional networks using IPv6
  • Loading branch information
openshift-merge-bot[bot] authored Dec 17, 2024
2 parents 0d6deaf + 5fd62ea commit 43fa24e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user/openstack/deploy_dual_stack_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Given the above example uses a provider network, this network can be added to th
$ openstack router set --external-gateway dualstack <router-id>
```

**Note**: Any additional IPv6 Subnet that is used in the OpenShift cluster, should be added to a neutron router to provide router advertisements.

## Creating Dual-Stack API and Ingress VIPs Ports for the cluster

You must create the API and Ingress VIPs Ports with the following commands:
Expand Down
2 changes: 2 additions & 0 deletions docs/user/openstack/deploy_single_stack_ipv6_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Given the above example uses a provider network, this network can be added to th
$ openstack router set --external-gateway v6-network <router-id>
```

**Note**: Any additional IPv6 Subnet that is used in the OpenShift cluster, should be added to a neutron router to provide router advertisements.

## Creating IPv6 API and Ingress VIPs Ports for the cluster

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

0 comments on commit 43fa24e

Please sign in to comment.