Skip to content

Commit 5b68eb1

Browse files
committed
corrected capitalization of flag syntax
1 parent f47de59 commit 5b68eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/openshift/howto-create-private-cluster-4x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ After executing the `az aro create` command, it normally takes about 35 minutes
203203

204204
Typically, private clusters are created with a public IP address and load balancer, providing a means for outbound connectivity to other services. However, you can create a private cluster without a public IP address. This may be required in situations in which security or policy requirements prohibit the use of public IP addresses.
205205

206-
To create a private cluster without a public IP address, register for the feature flag `userDefinedRouting` using the following command structure:
206+
To create a private cluster without a public IP address, register for the feature flag `UserDefinedRouting` using the following command structure:
207207

208208
```
209209
az feature register --namespace Microsoft.RedHatOpenShift --name UserDefinedRouting

0 commit comments

Comments
 (0)