Skip to content

Commit db6b750

Browse files
authored
Merge pull request #51460 from ShaunaDiaz/OSDOCS-3889
OSDOCS-3889 add NLB to AWS networking config
2 parents 40e15f1 + b17aef9 commit db6b750

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

modules/installation-aws-config-yaml.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ endif::[]
4444
[id="installation-aws-config-yaml_{context}"]
4545
= Sample customized install-config.yaml file for AWS
4646

47-
You can customize the installation configuration file (`install-config.yaml`) to specify more details about
48-
your {product-title} cluster's platform or modify the values of the required
49-
parameters.
47+
You can customize the installation configuration file (`install-config.yaml`) to specify more details about your {product-title} cluster's platform or modify the values of the required parameters.
5048

5149
ifndef::china,gov,secret[]
5250
[IMPORTANT]
@@ -73,6 +71,7 @@ controlPlane: <3> <4>
7371
name: master
7472
platform:
7573
aws:
74+
lbType: NLB <12>
7675
zones:
7776
ifdef::china[]
7877
- cn-north-1a
@@ -367,6 +366,9 @@ endif::vpc,restricted[]
367366
====
368367
For production {product-title} clusters on which you want to perform installation debugging or disaster recovery, specify an SSH key that your `ssh-agent` process uses.
369368
====
369+
ifndef::vpc,restricted[]
370+
<12> You can provide either the `NLB` or `Classic` load balancer type in this parameter. If you do not specify a value, the installation program defaults to `Classic`.
371+
endif::vpc,restricted[]
370372
ifdef::private[]
371373
ifndef::openshift-origin[]
372374
<14> How to publish the user-facing endpoints of your cluster. Set `publish` to `Internal` to deploy a private cluster, which cannot be accessed from the internet. The default value is `External`.

modules/installation-configuration-parameters.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,12 @@ endif::openshift-origin[]
627627
|Specify one or more repositories that may also contain the same images.
628628
|Array of strings
629629

630+
ifdef::aws[]
631+
|`platform.aws.lbType`
632+
|Required to set the NLB load balancer type in AWS. Valid values are `Classic` or `NLB`. If no value is specified, the installation program defaults to `Classic`. The installation program sets the value provided here in the ingress cluster configuration object. If you do not specify a load balancer type for other ingress controllers, they use the type set in this parameter.
633+
|`Classic` or `NLB`. The default value is `Classic`.
634+
endif::aws[]
635+
630636
|`publish`
631637
|How to publish or expose the user-facing endpoints of your cluster, such as the Kubernetes API, OpenShift routes.
632638
|

0 commit comments

Comments
 (0)