mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Merge pull request #94297 from openshift-cherrypick-robot/cherry-pick-94287-to-enterprise-4.19
[enterprise-4.19] OSDOCS-14169-exclude:updates value
This commit is contained in:
@@ -24,7 +24,7 @@ The `joinSubnets` field configures the routing between different segments within
|
||||
|`spec.network.<topology>.excludeSubnets`
|
||||
|`spec.<topology>.exlcudeSubnets`
|
||||
|string
|
||||
|Specifies a list of CIDRs to be removed from the specified CIDRs in the `subnets` field. The CIDRs in this list must be in range of at least one subnet specified in `subnets`. When omitted, no IP addresses are excluded, and all IP addresses specified in the `subnets` field are subject to assignment. You must use standard CIDR notation. For example, `10.128.0.0/16`. This field must be omitted if the `subnets` field is not set or if the `ipam.mode` field is set to `Disabled`.
|
||||
|Specifies a list of CIDRs to be removed from the specified CIDRs in the `subnets` field. The CIDRs in this list must be in range of at least one subnet specified in `subnets`. When omitted, no IP addresses are excluded, and all IP addresses specified in the `subnets` field are subject to assignment. You must use standard CIDR notation. For example, `10.128.0.0/16`. This field must be omitted if the `subnets` field is not set or if the `ipam.mode` field is set to `Disabled`. You can only set 25 values for the `excludeSubnets` field.
|
||||
|
||||
When deploying a secondary network with `Localnet` topology, the IP ranges used in your physical network must be explicitly listed in the `excludeSubnets` field to prevent IP duplication in your subnet.
|
||||
|
||||
|
||||
@@ -60,7 +60,6 @@ The following section highlights the supported features of the `UserDefinedNetwo
|
||||
|
||||
|===
|
||||
1. Multicast must be enabled in the namespace, and it is only available between OVN-Kubernetes network pods. For more information about multicast, see "Enabling multicast for a project".
|
||||
2. When creating a `UserDefinedNetwork` CR with a primary network type, network policies must be created _after_ the `UserDefinedNetwork` CR.
|
||||
|
||||
.Secondary network support matrix for `UserDefinedNetwork` and `NetworkAttachmentDefinition` CRs
|
||||
[cols="1a,1a,1a,1a, options="header"]
|
||||
|
||||
Reference in New Issue
Block a user