Skip to content

Commit 2be73cb

Browse files
committed
OSDOCS-3889FIX remove broken footnote and fix capitilzation omission
1 parent 56e6c28 commit 2be73cb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

modules/installation-aws-config-yaml.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ controlPlane: <3> <4>
7171
name: master
7272
platform:
7373
aws:
74-
lbType: NLB <12>
74+
ifndef::openshift-origin[]
75+
lbType: NLB
76+
endif::openshift-origin[]
7577
zones:
7678
ifdef::china[]
7779
- cn-north-1a
@@ -366,9 +368,6 @@ endif::vpc,restricted[]
366368
====
367369
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.
368370
====
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[]
372371
ifdef::private[]
373372
ifndef::openshift-origin[]
374373
<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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,11 +627,13 @@ endif::openshift-origin[]
627627
|Specify one or more repositories that may also contain the same images.
628628
|Array of strings
629629

630+
ifndef::openshift-origin[]
630631
ifdef::aws[]
631632
|`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+
|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.
633634
|`Classic` or `NLB`. The default value is `Classic`.
634635
endif::aws[]
636+
endif::openshift-origin[]
635637

636638
|`publish`
637639
|How to publish or expose the user-facing endpoints of your cluster, such as the Kubernetes API, OpenShift routes.

0 commit comments

Comments
 (0)