Skip to content

Commit cc2bdd3

Browse files
authored
Merge pull request #105590 from dfitzmau/OCPBUGS-73774
OCPBUGS-73774: Moved Allocating Load Balancers to Specific Subnets cl…
2 parents 9592bf5 + 06b15c1 commit cc2bdd3

5 files changed

Lines changed: 20 additions & 20 deletions

File tree

_topic_maps/_topic_map.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1788,8 +1788,6 @@ Topics:
17881788
File: configuring-ingress-cluster-traffic-load-balancer-allowed-source-ranges
17891789
- Name: Patching existing ingress objects
17901790
File: configuring-ingress-cluster-patch-fields
1791-
- Name: Allocating load balancers to specific subnets
1792-
File: allocating-load-balancers
17931791
- Name: Configuring the Ingress Controller for manual DNS management
17941792
File: ingress-controller-dnsmgt
17951793
- Name: Gateway API with OpenShift Container Platform networking

installing/installing_aws/ipi/installing-aws-vpc.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@ include::modules/installation-configure-proxy.adoc[leveloffset=+2]
5858

5959
include::modules/installation-applying-aws-security-groups.adoc[leveloffset=+2]
6060

61+
// Allocating Load Balancers to Specific Subnets
62+
include::modules/allocating-load-balancers.adoc[leveloffset=+2]
63+
64+
// Allocating API and Ingress Load Balancers to Specific Subnets on AWS
65+
include::modules/nw-allocating-load-balancers-to-subnets.adoc[leveloffset=+3]
66+
67+
// Specifying AWS Subnets for OpenShift Ingress Load Balancers at Installation
68+
include::modules/nw-allocate-load-balancers-to-subnets-procedure.adoc[leveloffset=+3]
69+
6170
[id="installing-aws-manual-modes_{context}"]
6271
== Alternatives to storing administrator-level secrets in the kube-system project
6372

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
:_mod-docs-content-type: CONCEPT
2+
[id="allocating-load-balancers_{context}"]
3+
= Allocating load balancers to specific subnets
4+
5+
[role="_abstract"]
6+
You can manage application traffic efficiently by allocating load balancers. Network administrators can allocate load balancers to customize deployments which can ensure optimal traffic distribution, high availability of applications, uninterrupted service, and network segmentation.
7+
8+
You can also limit subnet selection for a load balancer by using subnet roles. Subnet roles prevent security risks by ensuring Load Balancers are automatically placed only in subnets explicitly designated for public or private traffic. This eliminates manual configuration errors and guarantees architectural compliance across multiple availability zones.
9+

modules/nw-allocating-load-balancers-to-subnets.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
:_mod-docs-content-type: CONCEPT
66
[id="nw-allocating-load-balancers-to-subnets_{context}"]
7-
= Allocating API and Ingress Load Balancers to Specific Subnets on AWS
7+
= Allocating API and Ingress load balancers to specific subnets on AWS
88

99
[role="_abstract"]
10-
You can control the network placement of {product-title} Load Balancers on {aws-short}, including Load Balancers for the Ingress Controller, by explicitly defining your subnets from the virtual private cloud (VPC). You can then assign the subnets specific roles directly within the `platform.aws.vpc.subnets` section of the `install-config.yaml` file.
10+
You can control the network placement of {product-title} load balancers on {aws-short}, including load balancers for the Ingress Controller, by explicitly defining your subnets from the virtual private cloud (VPC). You can then assign the subnets specific roles directly within the `platform.aws.vpc.subnets` section of the `install-config.yaml` file.
1111

1212
By using this method, you have granular control of subnets that are used for resources, such as the Ingress Controller and other cluster components.

networking/ingress_load_balancing/configuring_ingress_cluster_traffic/allocating-load-balancers.adoc

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)