diff --git a/openapi/generated_openapi/zz_generated.openapi.go b/openapi/generated_openapi/zz_generated.openapi.go index 0c240f86f24..265c1aed9e0 100644 --- a/openapi/generated_openapi/zz_generated.openapi.go +++ b/openapi/generated_openapi/zz_generated.openapi.go @@ -47983,7 +47983,7 @@ func schema_openshift_api_operator_v1_IPv4GatewayConfig(ref common.ReferenceCall Properties: map[string]spec.Schema{ "internalMasqueradeSubnet": { SchemaProps: spec.SchemaProps{ - Description: "internalMasqueradeSubnet contains the masquerade addresses in IPV4 CIDR format used internally by ovn-kubernetes to enable host to service traffic. Each host in the cluster is configured with these addresses, as well as the shared gateway bridge interface. The values can be changed after installation. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must be large enough to accommodate 6 IPs (maximum prefix length /29). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 169.254.169.0/29 The value must be in proper IPV4 CIDR format", + Description: "internalMasqueradeSubnet contains the masquerade addresses in IPV4 CIDR format used internally by ovn-kubernetes to enable host to service traffic. Each host in the cluster is configured with these addresses, as well as the shared gateway bridge interface. The values can be changed after installation. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must be large enough to accommodate 6 IPs (maximum prefix length /29). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 169.254.0.0/17 The value must be in proper IPV4 CIDR format", Type: []string{"string"}, Format: "", }, @@ -48002,14 +48002,14 @@ func schema_openshift_api_operator_v1_IPv4OVNKubernetesConfig(ref common.Referen Properties: map[string]spec.Schema{ "internalTransitSwitchSubnet": { SchemaProps: spec.SchemaProps{ - Description: "internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. The value cannot be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper IPV4 CIDR format", + Description: "internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper IPV4 CIDR format", Type: []string{"string"}, Format: "", }, }, "internalJoinSubnet": { SchemaProps: spec.SchemaProps{ - Description: "internalJoinSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value cannot be changed after installation. The current default value is 100.64.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper IPV4 CIDR format", + Description: "internalJoinSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value can be changed after installation. The current default value is 100.64.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper IPV4 CIDR format", Type: []string{"string"}, Format: "", }, @@ -48029,7 +48029,7 @@ func schema_openshift_api_operator_v1_IPv6GatewayConfig(ref common.ReferenceCall Properties: map[string]spec.Schema{ "internalMasqueradeSubnet": { SchemaProps: spec.SchemaProps{ - Description: "internalMasqueradeSubnet contains the masquerade addresses in IPV6 CIDR format used internally by ovn-kubernetes to enable host to service traffic. Each host in the cluster is configured with these addresses, as well as the shared gateway bridge interface. The values can be changed after installation. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must be large enough to accommodate 6 IPs (maximum prefix length /125). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is fd69::/125 Note that IPV6 dual addresses are not permitted", + Description: "internalMasqueradeSubnet contains the masquerade addresses in IPV6 CIDR format used internally by ovn-kubernetes to enable host to service traffic. Each host in the cluster is configured with these addresses, as well as the shared gateway bridge interface. The values can be changed after installation. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must be large enough to accommodate 6 IPs (maximum prefix length /125). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is fd69::/112 Note that IPV6 dual addresses are not permitted", Type: []string{"string"}, Format: "", }, @@ -48048,14 +48048,14 @@ func schema_openshift_api_operator_v1_IPv6OVNKubernetesConfig(ref common.Referen Properties: map[string]spec.Schema{ "internalTransitSwitchSubnet": { SchemaProps: spec.SchemaProps{ - Description: "internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. The value cannot be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough to accomadate one IP per node in your cluster The current default subnet is fd97::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted", + Description: "internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough to accomadate one IP per node in your cluster The current default subnet is fd97::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted", Type: []string{"string"}, Format: "", }, }, "internalJoinSubnet": { SchemaProps: spec.SchemaProps{ - Description: "internalJoinSubnet is a v6 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value cannot be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default value is fd98::/48 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted", + Description: "internalJoinSubnet is a v6 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value can be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default value is fd98::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted", Type: []string{"string"}, Format: "", }, @@ -52193,14 +52193,14 @@ func schema_openshift_api_operator_v1_OVNKubernetesConfig(ref common.ReferenceCa }, "v4InternalSubnet": { SchemaProps: spec.SchemaProps{ - Description: "v4InternalSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value cannot be changed after installation. Default is 100.64.0.0/16", + Description: "v4InternalSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value can be changed after installation. Default is 100.64.0.0/16", Type: []string{"string"}, Format: "", }, }, "v6InternalSubnet": { SchemaProps: spec.SchemaProps{ - Description: "v6InternalSubnet is a v6 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value cannot be changed after installation. Default is fd98::/48", + Description: "v6InternalSubnet is a v6 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value can be changed after installation. Default is fd98::/64", Type: []string{"string"}, Format: "", }, diff --git a/openapi/openapi.json b/openapi/openapi.json index 2f16bb27f34..a152029028e 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -27919,7 +27919,7 @@ "type": "object", "properties": { "internalMasqueradeSubnet": { - "description": "internalMasqueradeSubnet contains the masquerade addresses in IPV4 CIDR format used internally by ovn-kubernetes to enable host to service traffic. Each host in the cluster is configured with these addresses, as well as the shared gateway bridge interface. The values can be changed after installation. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must be large enough to accommodate 6 IPs (maximum prefix length /29). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 169.254.169.0/29 The value must be in proper IPV4 CIDR format", + "description": "internalMasqueradeSubnet contains the masquerade addresses in IPV4 CIDR format used internally by ovn-kubernetes to enable host to service traffic. Each host in the cluster is configured with these addresses, as well as the shared gateway bridge interface. The values can be changed after installation. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must be large enough to accommodate 6 IPs (maximum prefix length /29). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 169.254.0.0/17 The value must be in proper IPV4 CIDR format", "type": "string" } } @@ -27928,11 +27928,11 @@ "type": "object", "properties": { "internalJoinSubnet": { - "description": "internalJoinSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value cannot be changed after installation. The current default value is 100.64.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper IPV4 CIDR format", + "description": "internalJoinSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value can be changed after installation. The current default value is 100.64.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper IPV4 CIDR format", "type": "string" }, "internalTransitSwitchSubnet": { - "description": "internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. The value cannot be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper IPV4 CIDR format", + "description": "internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper IPV4 CIDR format", "type": "string" } } @@ -27942,7 +27942,7 @@ "type": "object", "properties": { "internalMasqueradeSubnet": { - "description": "internalMasqueradeSubnet contains the masquerade addresses in IPV6 CIDR format used internally by ovn-kubernetes to enable host to service traffic. Each host in the cluster is configured with these addresses, as well as the shared gateway bridge interface. The values can be changed after installation. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must be large enough to accommodate 6 IPs (maximum prefix length /125). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is fd69::/125 Note that IPV6 dual addresses are not permitted", + "description": "internalMasqueradeSubnet contains the masquerade addresses in IPV6 CIDR format used internally by ovn-kubernetes to enable host to service traffic. Each host in the cluster is configured with these addresses, as well as the shared gateway bridge interface. The values can be changed after installation. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must be large enough to accommodate 6 IPs (maximum prefix length /125). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is fd69::/112 Note that IPV6 dual addresses are not permitted", "type": "string" } } @@ -27951,11 +27951,11 @@ "type": "object", "properties": { "internalJoinSubnet": { - "description": "internalJoinSubnet is a v6 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value cannot be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default value is fd98::/48 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted", + "description": "internalJoinSubnet is a v6 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value can be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default value is fd98::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted", "type": "string" }, "internalTransitSwitchSubnet": { - "description": "internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. The value cannot be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough to accomadate one IP per node in your cluster The current default subnet is fd97::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted", + "description": "internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough to accomadate one IP per node in your cluster The current default subnet is fd97::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted", "type": "string" } } @@ -30420,11 +30420,11 @@ "type": "string" }, "v4InternalSubnet": { - "description": "v4InternalSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value cannot be changed after installation. Default is 100.64.0.0/16", + "description": "v4InternalSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value can be changed after installation. Default is 100.64.0.0/16", "type": "string" }, "v6InternalSubnet": { - "description": "v6InternalSubnet is a v6 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value cannot be changed after installation. Default is fd98::/48", + "description": "v6InternalSubnet is a v6 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value can be changed after installation. Default is fd98::/64", "type": "string" } } diff --git a/operator/v1/types_network.go b/operator/v1/types_network.go index afe773192a1..a0046e317b3 100644 --- a/operator/v1/types_network.go +++ b/operator/v1/types_network.go @@ -429,17 +429,17 @@ type OVNKubernetesConfig struct { // v4InternalSubnet is a v4 subnet used internally by ovn-kubernetes in case the // default one is being already used by something else. It must not overlap with // any other subnet being used by OpenShift or by the node network. The size of the - // subnet must be larger than the number of nodes. The value cannot be changed - // after installation. + // subnet must be larger than the number of nodes. + // The value can be changed after installation. // Default is 100.64.0.0/16 // +optional V4InternalSubnet string `json:"v4InternalSubnet,omitempty"` // v6InternalSubnet is a v6 subnet used internally by ovn-kubernetes in case the // default one is being already used by something else. It must not overlap with // any other subnet being used by OpenShift or by the node network. The size of the - // subnet must be larger than the number of nodes. The value cannot be changed - // after installation. - // Default is fd98::/48 + // subnet must be larger than the number of nodes. + // The value can be changed after installation. + // Default is fd98::/64 // +optional V6InternalSubnet string `json:"v6InternalSubnet,omitempty"` // egressIPConfig holds the configuration for EgressIP options. @@ -476,7 +476,7 @@ type IPv4OVNKubernetesConfig struct { // architecture that connects the cluster routers on each node together to enable // east west traffic. The subnet chosen should not overlap with other networks // specified for OVN-Kubernetes as well as other networks used on the host. - // The value cannot be changed after installation. + // The value can be changed after installation. // When ommitted, this means no opinion and the platform is left to choose a reasonable // default which is subject to change over time. // The current default subnet is 100.88.0.0/16 @@ -491,8 +491,8 @@ type IPv4OVNKubernetesConfig struct { // internalJoinSubnet is a v4 subnet used internally by ovn-kubernetes in case the // default one is being already used by something else. It must not overlap with // any other subnet being used by OpenShift or by the node network. The size of the - // subnet must be larger than the number of nodes. The value cannot be changed - // after installation. + // subnet must be larger than the number of nodes. + // The value can be changed after installation. // The current default value is 100.64.0.0/16 // The subnet must be large enough to accomadate one IP per node in your cluster // The value must be in proper IPV4 CIDR format @@ -510,7 +510,7 @@ type IPv6OVNKubernetesConfig struct { // architecture that connects the cluster routers on each node together to enable // east west traffic. The subnet chosen should not overlap with other networks // specified for OVN-Kubernetes as well as other networks used on the host. - // The value cannot be changed after installation. + // The value can be changed after installation. // When ommitted, this means no opinion and the platform is left to choose a reasonable // default which is subject to change over time. // The subnet must be large enough to accomadate one IP per node in your cluster @@ -525,10 +525,10 @@ type IPv6OVNKubernetesConfig struct { // internalJoinSubnet is a v6 subnet used internally by ovn-kubernetes in case the // default one is being already used by something else. It must not overlap with // any other subnet being used by OpenShift or by the node network. The size of the - // subnet must be larger than the number of nodes. The value cannot be changed - // after installation. + // subnet must be larger than the number of nodes. + // The value can be changed after installation. // The subnet must be large enough to accomadate one IP per node in your cluster - // The current default value is fd98::/48 + // The current default value is fd98::/64 // The value must be in proper IPV6 CIDR format // Note that IPV6 dual addresses are not permitted // +kubebuilder:validation:MaxLength=48 @@ -609,7 +609,7 @@ type IPv4GatewayConfig struct { // OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must // be large enough to accommodate 6 IPs (maximum prefix length /29). // When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. - // The current default subnet is 169.254.169.0/29 + // The current default subnet is 169.254.0.0/17 // The value must be in proper IPV4 CIDR format // +kubebuilder:validation:MaxLength=18 // +kubebuilder:validation:XValidation:rule="isCIDR(self) && cidr(self).ip().family() == 4",message="Subnet must be in valid IPV4 CIDR format" @@ -628,7 +628,7 @@ type IPv6GatewayConfig struct { // OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must // be large enough to accommodate 6 IPs (maximum prefix length /125). // When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. - // The current default subnet is fd69::/125 + // The current default subnet is fd69::/112 // Note that IPV6 dual addresses are not permitted // +kubebuilder:validation:XValidation:rule="isCIDR(self) && cidr(self).ip().family() == 6",message="Subnet must be in valid IPV6 CIDR format" // +kubebuilder:validation:XValidation:rule="isCIDR(self) && cidr(self).prefixLength() <= 125",message="subnet must be in the range /0 to /125 inclusive" diff --git a/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-CustomNoUpgrade.crd.yaml b/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-CustomNoUpgrade.crd.yaml index a5041108f65..a604934a885 100644 --- a/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-CustomNoUpgrade.crd.yaml +++ b/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-CustomNoUpgrade.crd.yaml @@ -317,7 +317,7 @@ spec: (maximum prefix length /29). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is 169.254.169.0/29 + over time. The current default subnet is 169.254.0.0/17 The value must be in proper IPV4 CIDR format maxLength: 18 type: string @@ -352,7 +352,7 @@ spec: (maximum prefix length /125). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is fd69::/125 + over time. The current default subnet is fd69::/112 Note that IPV6 dual addresses are not permitted type: string x-kubernetes-validations: @@ -453,7 +453,7 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The current default value is 100.64.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper @@ -475,7 +475,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 @@ -504,10 +504,10 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default - value is fd98::/48 The value must be in proper IPV6 + value is fd98::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted maxLength: 48 type: string @@ -524,7 +524,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough @@ -615,8 +615,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is 100.64.0.0/16 + The value can be changed after installation. Default is + 100.64.0.0/16 type: string v6InternalSubnet: description: v6InternalSubnet is a v6 subnet used internally @@ -624,8 +624,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is fd98::/48 + The value can be changed after installation. Default is + fd98::/64 type: string type: object type: diff --git a/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-Default.crd.yaml b/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-Default.crd.yaml index 8a2935bde93..a25087f5d74 100644 --- a/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-Default.crd.yaml +++ b/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-Default.crd.yaml @@ -285,7 +285,7 @@ spec: (maximum prefix length /29). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is 169.254.169.0/29 + over time. The current default subnet is 169.254.0.0/17 The value must be in proper IPV4 CIDR format maxLength: 18 type: string @@ -320,7 +320,7 @@ spec: (maximum prefix length /125). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is fd69::/125 + over time. The current default subnet is fd69::/112 Note that IPV6 dual addresses are not permitted type: string x-kubernetes-validations: @@ -421,7 +421,7 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The current default value is 100.64.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper @@ -443,7 +443,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 @@ -472,10 +472,10 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default - value is fd98::/48 The value must be in proper IPV6 + value is fd98::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted maxLength: 48 type: string @@ -492,7 +492,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough @@ -567,8 +567,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is 100.64.0.0/16 + The value can be changed after installation. Default is + 100.64.0.0/16 type: string v6InternalSubnet: description: v6InternalSubnet is a v6 subnet used internally @@ -576,8 +576,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is fd98::/48 + The value can be changed after installation. Default is + fd98::/64 type: string type: object type: diff --git a/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-DevPreviewNoUpgrade.crd.yaml b/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-DevPreviewNoUpgrade.crd.yaml index f3511c1229a..5ee14c93963 100644 --- a/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-DevPreviewNoUpgrade.crd.yaml +++ b/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-DevPreviewNoUpgrade.crd.yaml @@ -317,7 +317,7 @@ spec: (maximum prefix length /29). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is 169.254.169.0/29 + over time. The current default subnet is 169.254.0.0/17 The value must be in proper IPV4 CIDR format maxLength: 18 type: string @@ -352,7 +352,7 @@ spec: (maximum prefix length /125). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is fd69::/125 + over time. The current default subnet is fd69::/112 Note that IPV6 dual addresses are not permitted type: string x-kubernetes-validations: @@ -453,7 +453,7 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The current default value is 100.64.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper @@ -475,7 +475,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 @@ -504,10 +504,10 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default - value is fd98::/48 The value must be in proper IPV6 + value is fd98::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted maxLength: 48 type: string @@ -524,7 +524,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough @@ -615,8 +615,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is 100.64.0.0/16 + The value can be changed after installation. Default is + 100.64.0.0/16 type: string v6InternalSubnet: description: v6InternalSubnet is a v6 subnet used internally @@ -624,8 +624,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is fd98::/48 + The value can be changed after installation. Default is + fd98::/64 type: string type: object type: diff --git a/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-TechPreviewNoUpgrade.crd.yaml b/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-TechPreviewNoUpgrade.crd.yaml index a2abe7a9b0b..df09d64ac97 100644 --- a/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-TechPreviewNoUpgrade.crd.yaml +++ b/operator/v1/zz_generated.crd-manifests/0000_70_network_01_networks-TechPreviewNoUpgrade.crd.yaml @@ -317,7 +317,7 @@ spec: (maximum prefix length /29). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is 169.254.169.0/29 + over time. The current default subnet is 169.254.0.0/17 The value must be in proper IPV4 CIDR format maxLength: 18 type: string @@ -352,7 +352,7 @@ spec: (maximum prefix length /125). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is fd69::/125 + over time. The current default subnet is fd69::/112 Note that IPV6 dual addresses are not permitted type: string x-kubernetes-validations: @@ -453,7 +453,7 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The current default value is 100.64.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper @@ -475,7 +475,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 @@ -504,10 +504,10 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default - value is fd98::/48 The value must be in proper IPV6 + value is fd98::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted maxLength: 48 type: string @@ -524,7 +524,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough @@ -615,8 +615,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is 100.64.0.0/16 + The value can be changed after installation. Default is + 100.64.0.0/16 type: string v6InternalSubnet: description: v6InternalSubnet is a v6 subnet used internally @@ -624,8 +624,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is fd98::/48 + The value can be changed after installation. Default is + fd98::/64 type: string type: object type: diff --git a/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/AAA_ungated.yaml b/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/AAA_ungated.yaml index eae3ae96f03..41a09db8687 100644 --- a/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/AAA_ungated.yaml +++ b/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/AAA_ungated.yaml @@ -285,7 +285,7 @@ spec: (maximum prefix length /29). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is 169.254.169.0/29 + over time. The current default subnet is 169.254.0.0/17 The value must be in proper IPV4 CIDR format maxLength: 18 type: string @@ -320,7 +320,7 @@ spec: (maximum prefix length /125). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is fd69::/125 + over time. The current default subnet is fd69::/112 Note that IPV6 dual addresses are not permitted type: string x-kubernetes-validations: @@ -421,7 +421,7 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The current default value is 100.64.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper @@ -443,7 +443,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 @@ -472,10 +472,10 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default - value is fd98::/48 The value must be in proper IPV6 + value is fd98::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted maxLength: 48 type: string @@ -492,7 +492,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough @@ -567,8 +567,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is 100.64.0.0/16 + The value can be changed after installation. Default is + 100.64.0.0/16 type: string v6InternalSubnet: description: v6InternalSubnet is a v6 subnet used internally @@ -576,8 +576,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is fd98::/48 + The value can be changed after installation. Default is + fd98::/64 type: string type: object type: diff --git a/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/AdditionalRoutingCapabilities.yaml b/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/AdditionalRoutingCapabilities.yaml index 9ae866443dc..590f7697029 100644 --- a/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/AdditionalRoutingCapabilities.yaml +++ b/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/AdditionalRoutingCapabilities.yaml @@ -317,7 +317,7 @@ spec: (maximum prefix length /29). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is 169.254.169.0/29 + over time. The current default subnet is 169.254.0.0/17 The value must be in proper IPV4 CIDR format maxLength: 18 type: string @@ -352,7 +352,7 @@ spec: (maximum prefix length /125). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is fd69::/125 + over time. The current default subnet is fd69::/112 Note that IPV6 dual addresses are not permitted type: string x-kubernetes-validations: @@ -453,7 +453,7 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The current default value is 100.64.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper @@ -475,7 +475,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 @@ -504,10 +504,10 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default - value is fd98::/48 The value must be in proper IPV6 + value is fd98::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted maxLength: 48 type: string @@ -524,7 +524,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough @@ -599,8 +599,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is 100.64.0.0/16 + The value can be changed after installation. Default is + 100.64.0.0/16 type: string v6InternalSubnet: description: v6InternalSubnet is a v6 subnet used internally @@ -608,8 +608,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is fd98::/48 + The value can be changed after installation. Default is + fd98::/64 type: string type: object type: diff --git a/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/NetworkLiveMigration.yaml b/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/NetworkLiveMigration.yaml index d678d689179..ed19a0cc72d 100644 --- a/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/NetworkLiveMigration.yaml +++ b/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/NetworkLiveMigration.yaml @@ -285,7 +285,7 @@ spec: (maximum prefix length /29). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is 169.254.169.0/29 + over time. The current default subnet is 169.254.0.0/17 The value must be in proper IPV4 CIDR format maxLength: 18 type: string @@ -320,7 +320,7 @@ spec: (maximum prefix length /125). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is fd69::/125 + over time. The current default subnet is fd69::/112 Note that IPV6 dual addresses are not permitted type: string x-kubernetes-validations: @@ -421,7 +421,7 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The current default value is 100.64.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper @@ -443,7 +443,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 @@ -472,10 +472,10 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default - value is fd98::/48 The value must be in proper IPV6 + value is fd98::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted maxLength: 48 type: string @@ -492,7 +492,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough @@ -567,8 +567,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is 100.64.0.0/16 + The value can be changed after installation. Default is + 100.64.0.0/16 type: string v6InternalSubnet: description: v6InternalSubnet is a v6 subnet used internally @@ -576,8 +576,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is fd98::/48 + The value can be changed after installation. Default is + fd98::/64 type: string type: object type: diff --git a/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/RouteAdvertisements.yaml b/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/RouteAdvertisements.yaml index 0eeb17b7ffb..2b669d15dc3 100644 --- a/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/RouteAdvertisements.yaml +++ b/operator/v1/zz_generated.featuregated-crd-manifests/networks.operator.openshift.io/RouteAdvertisements.yaml @@ -285,7 +285,7 @@ spec: (maximum prefix length /29). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is 169.254.169.0/29 + over time. The current default subnet is 169.254.0.0/17 The value must be in proper IPV4 CIDR format maxLength: 18 type: string @@ -320,7 +320,7 @@ spec: (maximum prefix length /125). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change - over time. The current default subnet is fd69::/125 + over time. The current default subnet is fd69::/112 Note that IPV6 dual addresses are not permitted type: string x-kubernetes-validations: @@ -421,7 +421,7 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The current default value is 100.64.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper @@ -443,7 +443,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 @@ -472,10 +472,10 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than - the number of nodes. The value cannot be changed after + the number of nodes. The value can be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default - value is fd98::/48 The value must be in proper IPV6 + value is fd98::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted maxLength: 48 type: string @@ -492,7 +492,7 @@ spec: node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on - the host. The value cannot be changed after installation. + the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough @@ -583,8 +583,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is 100.64.0.0/16 + The value can be changed after installation. Default is + 100.64.0.0/16 type: string v6InternalSubnet: description: v6InternalSubnet is a v6 subnet used internally @@ -592,8 +592,8 @@ spec: used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. - The value cannot be changed after installation. Default - is fd98::/48 + The value can be changed after installation. Default is + fd98::/64 type: string type: object type: diff --git a/operator/v1/zz_generated.swagger_doc_generated.go b/operator/v1/zz_generated.swagger_doc_generated.go index 832dd01d010..d06b2bb72c2 100644 --- a/operator/v1/zz_generated.swagger_doc_generated.go +++ b/operator/v1/zz_generated.swagger_doc_generated.go @@ -1645,7 +1645,7 @@ func (IPsecConfig) SwaggerDoc() map[string]string { var map_IPv4GatewayConfig = map[string]string{ "": "IPV4GatewayConfig holds the configuration paramaters for IPV4 connections in the GatewayConfig for OVN-Kubernetes", - "internalMasqueradeSubnet": "internalMasqueradeSubnet contains the masquerade addresses in IPV4 CIDR format used internally by ovn-kubernetes to enable host to service traffic. Each host in the cluster is configured with these addresses, as well as the shared gateway bridge interface. The values can be changed after installation. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must be large enough to accommodate 6 IPs (maximum prefix length /29). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 169.254.169.0/29 The value must be in proper IPV4 CIDR format", + "internalMasqueradeSubnet": "internalMasqueradeSubnet contains the masquerade addresses in IPV4 CIDR format used internally by ovn-kubernetes to enable host to service traffic. Each host in the cluster is configured with these addresses, as well as the shared gateway bridge interface. The values can be changed after installation. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must be large enough to accommodate 6 IPs (maximum prefix length /29). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 169.254.0.0/17 The value must be in proper IPV4 CIDR format", } func (IPv4GatewayConfig) SwaggerDoc() map[string]string { @@ -1653,8 +1653,8 @@ func (IPv4GatewayConfig) SwaggerDoc() map[string]string { } var map_IPv4OVNKubernetesConfig = map[string]string{ - "internalTransitSwitchSubnet": "internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. The value cannot be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper IPV4 CIDR format", - "internalJoinSubnet": "internalJoinSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value cannot be changed after installation. The current default value is 100.64.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper IPV4 CIDR format", + "internalTransitSwitchSubnet": "internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is 100.88.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper IPV4 CIDR format", + "internalJoinSubnet": "internalJoinSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value can be changed after installation. The current default value is 100.64.0.0/16 The subnet must be large enough to accomadate one IP per node in your cluster The value must be in proper IPV4 CIDR format", } func (IPv4OVNKubernetesConfig) SwaggerDoc() map[string]string { @@ -1663,7 +1663,7 @@ func (IPv4OVNKubernetesConfig) SwaggerDoc() map[string]string { var map_IPv6GatewayConfig = map[string]string{ "": "IPV6GatewayConfig holds the configuration paramaters for IPV6 connections in the GatewayConfig for OVN-Kubernetes", - "internalMasqueradeSubnet": "internalMasqueradeSubnet contains the masquerade addresses in IPV6 CIDR format used internally by ovn-kubernetes to enable host to service traffic. Each host in the cluster is configured with these addresses, as well as the shared gateway bridge interface. The values can be changed after installation. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must be large enough to accommodate 6 IPs (maximum prefix length /125). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is fd69::/125 Note that IPV6 dual addresses are not permitted", + "internalMasqueradeSubnet": "internalMasqueradeSubnet contains the masquerade addresses in IPV6 CIDR format used internally by ovn-kubernetes to enable host to service traffic. Each host in the cluster is configured with these addresses, as well as the shared gateway bridge interface. The values can be changed after installation. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. Additionally the subnet must be large enough to accommodate 6 IPs (maximum prefix length /125). When omitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The current default subnet is fd69::/112 Note that IPV6 dual addresses are not permitted", } func (IPv6GatewayConfig) SwaggerDoc() map[string]string { @@ -1671,8 +1671,8 @@ func (IPv6GatewayConfig) SwaggerDoc() map[string]string { } var map_IPv6OVNKubernetesConfig = map[string]string{ - "internalTransitSwitchSubnet": "internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. The value cannot be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough to accomadate one IP per node in your cluster The current default subnet is fd97::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted", - "internalJoinSubnet": "internalJoinSubnet is a v6 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value cannot be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default value is fd98::/48 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted", + "internalTransitSwitchSubnet": "internalTransitSwitchSubnet is a v4 subnet in IPV4 CIDR format used internally by OVN-Kubernetes for the distributed transit switch in the OVN Interconnect architecture that connects the cluster routers on each node together to enable east west traffic. The subnet chosen should not overlap with other networks specified for OVN-Kubernetes as well as other networks used on the host. The value can be changed after installation. When ommitted, this means no opinion and the platform is left to choose a reasonable default which is subject to change over time. The subnet must be large enough to accomadate one IP per node in your cluster The current default subnet is fd97::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted", + "internalJoinSubnet": "internalJoinSubnet is a v6 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value can be changed after installation. The subnet must be large enough to accomadate one IP per node in your cluster The current default value is fd98::/64 The value must be in proper IPV6 CIDR format Note that IPV6 dual addresses are not permitted", } func (IPv6OVNKubernetesConfig) SwaggerDoc() map[string]string { @@ -1773,8 +1773,8 @@ var map_OVNKubernetesConfig = map[string]string{ "ipsecConfig": "ipsecConfig enables and configures IPsec for pods on the pod network within the cluster.", "policyAuditConfig": "policyAuditConfig is the configuration for network policy audit events. If unset, reported defaults are used.", "gatewayConfig": "gatewayConfig holds the configuration for node gateway options.", - "v4InternalSubnet": "v4InternalSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value cannot be changed after installation. Default is 100.64.0.0/16", - "v6InternalSubnet": "v6InternalSubnet is a v6 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value cannot be changed after installation. Default is fd98::/48", + "v4InternalSubnet": "v4InternalSubnet is a v4 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value can be changed after installation. Default is 100.64.0.0/16", + "v6InternalSubnet": "v6InternalSubnet is a v6 subnet used internally by ovn-kubernetes in case the default one is being already used by something else. It must not overlap with any other subnet being used by OpenShift or by the node network. The size of the subnet must be larger than the number of nodes. The value can be changed after installation. Default is fd98::/64", "egressIPConfig": "egressIPConfig holds the configuration for EgressIP options.", "ipv4": "ipv4 allows users to configure IP settings for IPv4 connections. When ommitted, this means no opinions and the default configuration is used. Check individual fields within ipv4 for details of default values.", "ipv6": "ipv6 allows users to configure IP settings for IPv6 connections. When ommitted, this means no opinions and the default configuration is used. Check individual fields within ipv4 for details of default values.",