You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation-configuration-parameters.adoc
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -677,9 +677,12 @@ endif::openshift-origin[]
677
677
|publish:
678
678
|How to publish or expose the user-facing endpoints of your cluster, such as the Kubernetes API, OpenShift routes.
679
679
|
680
-
ifdef::aws,azure,gcp,ibm-cloud[]
680
+
ifdef::aws,gcp,ibm-cloud[]
681
681
`Internal` or `External`. To deploy a private cluster, which cannot be accessed from the internet, set `publish` to `Internal`. The default value is `External`.
682
682
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::[]
683
686
ifndef::aws,azure,gcp,ibm-cloud[]
684
687
`Internal` or `External`. The default value is `External`.
685
688
@@ -1870,6 +1873,16 @@ at least two zones.
1870
1873
|Enables accelerated networking. Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, improving its networking performance.
1871
1874
|`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`.
1872
1875
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`.
0 commit comments