Skip to content

Commit d9af00c

Browse files
committed
OSDOCS#9207 Mixed public/private API and Ingress during azure installation
1 parent 3e142fe commit d9af00c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,9 +677,12 @@ endif::openshift-origin[]
677677
|publish:
678678
|How to publish or expose the user-facing endpoints of your cluster, such as the Kubernetes API, OpenShift routes.
679679
|
680-
ifdef::aws,azure,gcp,ibm-cloud[]
680+
ifdef::aws,gcp,ibm-cloud[]
681681
`Internal` or `External`. To deploy a private cluster, which cannot be accessed from the internet, set `publish` to `Internal`. The default value is `External`.
682682
endif::[]
683+
ifdef::azure[]
684+
`Internal`, `External`, or `Mixed`. To deploy a private cluster, which cannot be accessed from the internet, set `publish` to `Internal`. The default value is `External`. To deploy a cluster where the API and the ingress server have different publishing strategies, set `publish` to `Mixed` and use the `operatorPublishingStrategy` parameter.
685+
endif::[]
683686
ifndef::aws,azure,gcp,ibm-cloud[]
684687
`Internal` or `External`. The default value is `External`.
685688

@@ -1870,6 +1873,16 @@ at least two zones.
18701873
|Enables accelerated networking. Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, improving its networking performance.
18711874
|`Accelerated` or `Basic`. If instance type of control plane and compute machines support `Accelerated` networking, by default, the installer enables `Accelerated` networking, otherwise the default networking type is `Basic`.
18721875

1876+
|operatorPublishingStrategy:
1877+
apiserver:
1878+
|Determines whether the load balancers that service the API are public or private. Set this parameter to `Internal` to prevent the API server from being accessible outside of your VNet. Set this parameter to `External` to make the API server accessible outside of your VNet. If you set this parameter, you must set the `publish` parameter to `Mixed`.
1879+
|`External` or `Internal`. The default value is `External`.
1880+
1881+
|operatorPublishingStrategy:
1882+
ingress:
1883+
|Determines whether the DNS resources that the cluster creates for ingress traffic are publicly visible. Set this parameter to `Internal` to prevent the ingress VIP from being publicly accessible. Set this parameter to `External` to make the ingress VIP publicly accessible. If you set this parameter, you must set the `publish` parameter to `Mixed`.
1884+
|`External` or `Internal`. The default value is `External`.
1885+
18731886
|====
18741887

18751888
[NOTE]

0 commit comments

Comments
 (0)