Skip to content

Commit f86660d

Browse files
authored
Merge pull request #63181 from bscott-rh/OSDOCS-6970
OSDOCS-6970 Adding NatGateway outbound type
2 parents 3d41393 + d934934 commit f86660d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,9 @@ By default, if you specify availability zones in the `install-config.yaml` file,
989989
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.
990990
====
991991

992+
//setting for 4.14 NatGateway Tech Preview snippet
993+
:featureName: `NatGateway`
994+
992995
.Additional Azure parameters
993996
[cols=".^2,.^3a,.^3a",options="header"]
994997
|====
@@ -1119,8 +1122,9 @@ within link:https://azure.microsoft.com/en-us/global-infrastructure/regions[a re
11191122
you are using user-defined routing, you must have pre-existing networking
11201123
available where the outbound routing has already been configured prior to
11211124
installing a cluster. The installation program is not responsible for
1122-
configuring user-defined routing.
1123-
|`LoadBalancer` or `UserDefinedRouting`. The default is `LoadBalancer`.
1125+
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.
1126+
include::snippets/technology-preview.adoc[]
1127+
|`LoadBalancer`, `UserDefinedRouting`, or `NatGateway`. The default is `LoadBalancer`.
11241128

11251129
|`platform.azure.region`
11261130
|The name of the Azure region that hosts your cluster.

modules/minimum-required-permissions-ipi-azure.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,13 @@ The following permissions are not required to create the private {product-title}
176176
* `Microsoft.Features/providers/features/register/action`
177177
====
178178
179+
.Optional permissions for installing a cluster using the `NatGateway` outbound type
180+
[%collapsible]
181+
====
182+
* `Microsoft.Network/natGateways/read`
183+
* `Microsoft.Network/natGateways/write`
184+
====
185+
179186
.Optional permissions for installing a private cluster with Azure Network Address Translation (NAT)
180187
[%collapsible]
181188
====

0 commit comments

Comments
 (0)