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
@@ -13,7 +13,7 @@ keywords: aro, openshift, private cluster, red hat
13
13
# Create a private cluster with Azure Red Hat OpenShift 3.11
14
14
15
15
> [!IMPORTANT]
16
-
> ARO private clusters are currently only available in private preview in East US 2. Private preview acceptance is by invitation only. Please be sure to register your subscription before attempting to enable this feature.
16
+
> Azure Red Hat OpenShift (ARO) private clusters are currently only available in private preview in East US 2. Private preview acceptance is by invitation only. Please be sure to register your subscription before attempting to enable this feature.
17
17
18
18
Private clusters provide the following benefits:
19
19
@@ -27,14 +27,15 @@ Private clusters provide the following benefits:
27
27
28
28
The fields in the following configuration snippet are new and must be included in your cluster configuration. `managementSubnetCidr` must be within the cluster virtual network and is used by Azure to manage the cluster.
29
29
30
-
```
30
+
```json
31
31
properties:
32
32
networkProfile:
33
33
managementSubnetCidr: 10.0.1.0/24
34
34
masterPoolProfile:
35
35
apiProperties:
36
36
privateApiServer: true
37
37
```
38
+
38
39
A private cluster can be deployed using the sample scripts provided below. Once the cluster is deployed, execute the `cluster get` command and view the `properties.FQDN` property to determine the private IP address of the OpenShift API server.
39
40
40
41
The cluster virtual network will have been created with permissions so that you can modify it. You can then set up networking to access the virtual network (ExpressRoute, VPN, virtual network peering) as required for your needs.
@@ -50,9 +51,9 @@ Use the sample scripts in this section to set up and deploy your private cluster
50
51
Fill in the environment variables below as using your own values.
51
52
52
53
> [!NOTE]
53
-
> The locatin must be set to `eastus2` as this is currently the only supported location for private clusters.
54
+
> The location must be set to `eastus2` as this is currently the only supported location for private clusters.
Now that you've set up your private Azure Red Hat OpenShift cluster, learn about how to access the OpenShift console [here](https://docs.openshift.com/container-platform/3.11/getting_started/developers_console.html)
0 commit comments