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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -990,9 +990,6 @@ By default, if you specify availability zones in the `install-config.yaml` file,
990
990
within link:https://azure.microsoft.com/en-us/global-infrastructure/regions[a region]. To ensure high availability for your cluster, select a region with at least three availability zones. If your region contains fewer than three availability zones, the installation program places more than one control plane machine in the available zones.
991
991
====
992
992
993
-
//setting for 4.14 NatGateway Tech Preview snippet
994
-
:featureName: `NatGateway`
995
-
996
993
.Additional Azure parameters
997
994
[cols=".^2,.^3a,.^3a",options="header"]
998
995
|====
@@ -1124,7 +1121,16 @@ you are using user-defined routing, you must have pre-existing networking
1124
1121
available where the outbound routing has already been configured prior to
1125
1122
installing a cluster. The installation program is not responsible for
1126
1123
configuring user-defined routing. If you specify the `NatGateway` routing strategy, the installation program will only create one NAT gateway. If you specify the `NatGateway` routing strategy, your account must have the `Microsoft.Network/natGateways/read` and `Microsoft.Network/natGateways/write` permissions.
1127
-
include::snippets/technology-preview.adoc[]
1124
+
1125
+
[IMPORTANT]
1126
+
====
1127
+
[subs="attributes+"]
1128
+
`NatGateway` is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
1129
+
1130
+
For more information about the support scope of Red Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].
1131
+
====
1132
+
//You can't put a snippet within a conditional.
1133
+
1128
1134
|`LoadBalancer`, `UserDefinedRouting`, or `NatGateway`. The default is `LoadBalancer`.
0 commit comments