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: articles/openshift/howto-create-private-cluster-4x.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ In this article, you'll prepare your environment to create Azure Red Hat OpenShi
19
19
> * Setup the prerequisites and create the required virtual network and subnets
20
20
> * Deploy a cluster with a private API server endpoint and a private ingress controller
21
21
22
-
If you choose to install and use the CLI locally, this tutorial requires that you are running the Azure CLI version 2.30.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli).
22
+
If you choose to install and use the CLI locally, this tutorial requires that you're running the Azure CLI version 2.30.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli).
23
23
24
24
## Before you begin
25
25
@@ -61,19 +61,19 @@ A Red Hat pull secret enables your cluster to access Red Hat container registrie
61
61
62
62
1. **[Go to your Red Hat OpenShift cluster manager portal](https://cloud.redhat.com/openshift/install/azure/aro-provisioned) and log in.**
63
63
64
-
You will need to log in to your Red Hat account or create a new Red Hat account with your business email and accept the terms and conditions.
64
+
You'll need to log in to your Red Hat account or create a new Red Hat account with your business email and accept the terms and conditions.
65
65
66
66
2. **Click Download pull secret.**
67
67
68
68
Keep the saved `pull-secret.txt` file somewhere safe - it will be used in each cluster creation.
69
69
70
70
When running the `az aro create` command, you can reference your pull secret using the `--pull-secret @pull-secret.txt` parameter. Execute `az aro create` from the directory where you stored your `pull-secret.txt` file. Otherwise, replace `@pull-secret.txt` with `@<path-to-my-pull-secret-file`.
71
71
72
-
If you are copying your pull secret or referencing it in other scripts, your pull secret should be formatted as a valid JSON string.
72
+
If you're copying your pull secret or referencing it in other scripts, your pull secret should be formatted as a valid JSON string.
73
73
74
74
### Create a virtual network containing two empty subnets
75
75
76
-
Next, you will create a virtual network containing two empty subnets.
76
+
Next, you'll create a virtual network containing two empty subnets.
77
77
78
78
1. **Set the following variables.**
79
79
@@ -85,7 +85,7 @@ Next, you will create a virtual network containing two empty subnets.
85
85
86
86
1.**Create a resource group**
87
87
88
-
An Azure resource group is a logical group in which Azure resources are deployed and managed. When you create a resource group, you are asked to specify a location. This location is where resource group metadata is stored, it is also where your resources run in Azure if you don't specify another region during resource creation. Create a resource group using the [az group create][az-group-create] command.
88
+
An Azure resource group is a logical group in which Azure resources are deployed and managed. When you create a resource group, you're asked to specify a location. This location is where resource group metadata is stored, it's also where your resources run in Azure if you don't specify another region during resource creation. Create a resource group using the [az group create][az-group-create] command.
89
89
90
90
```azurecli-interactive
91
91
az group create --name $RESOURCEGROUP --location $LOCATION
@@ -176,7 +176,7 @@ Next, you will create a virtual network containing two empty subnets.
176
176
Run the following command to create a cluster. Optionally, you can [pass your Red Hat pull secret](#get-a-red-hat-pull-secret-optional) which enables your cluster to access Red Hat container registries along with additional content.
177
177
178
178
>[!NOTE]
179
-
> If you are copy/pasting commands and using one of the optional parameters, be sure delete the initial hashtags and the trailing comment text. As well, close the argument on the preceding line of the command with a trailing backslash.
179
+
> If you're copy/pasting commands and using one of the optional parameters, be sure delete the initial hashtags and the trailing comment text. As well, close the argument on the preceding line of the command with a trailing backslash.
180
180
181
181
```azurecli-interactive
182
182
az aro create \
@@ -194,12 +194,12 @@ az aro create \
194
194
After executing the `az aro create` command, it normally takes about 35 minutes to create a cluster.
195
195
196
196
> [!NOTE]
197
-
> When attempting to create a cluster, if you receive an error message saying that your resource quota has been exceeded, see [Adding Quota to ARO account](https://mobb.ninja/docs/quickstart-aro.html#adding-quota-to-aro-account) to learn how to proceed.
197
+
> When attempting to create a cluster, if you receive an error message saying that your resource quota has been exceeded, see [Adding Quota to ARO account](https://mobb.ninja/docs/quickstart-aro/#adding-quota-to-aro-account) to learn how to proceed.
198
198
199
199
>[!IMPORTANT]
200
200
> If you choose to specify a custom domain, for example **foo.example.com**, the OpenShift console will be available at a URL such as `https://console-openshift-console.apps.foo.example.com`, instead of the built-in domain `https://console-openshift-console.apps.<random>.<location>.aroapp.io`.
201
201
>
202
-
> By default OpenShift uses self-signed certificates for all of the routes created on `*.apps.<random>.<location>.aroapp.io`. If you choose Custom DNS, after connecting to the cluster, you will need to follow the OpenShift documentation to [configure a custom certificate for your ingress controller](https://docs.openshift.com/container-platform/4.8/security/certificates/replacing-default-ingress-certificate.html) and [custom certificate for your API server](https://docs.openshift.com/container-platform/4.8/security/certificates/api-server.html).
202
+
> By default OpenShift uses self-signed certificates for all of the routes created on `*.apps.<random>.<location>.aroapp.io`. If you choose Custom DNS, after connecting to the cluster, you'll need to follow the OpenShift documentation to [configure a custom certificate for your ingress controller](https://docs.openshift.com/container-platform/4.8/security/certificates/replacing-default-ingress-certificate.html) and [custom certificate for your API server](https://docs.openshift.com/container-platform/4.8/security/certificates/api-server.html).
203
203
204
204
205
205
### Create a private cluster without a public IP address (preview)
@@ -253,7 +253,7 @@ You can find the cluster console URL by running the following command, which wil
253
253
```
254
254
255
255
>[!IMPORTANT]
256
-
> In order to connect to a private Azure Red Hat OpenShift cluster, you will need to perform the following step from a host that is either in the Virtual Network you created or in a Virtual Network that is [peered](../virtual-network/virtual-network-peering-overview.md) with the Virtual Network the cluster was deployed to.
256
+
> In order to connect to a private Azure Red Hat OpenShift cluster, you'll need to perform the following step from a host that is either in the Virtual Network you created or in a Virtual Network that is [peered](../virtual-network/virtual-network-peering-overview.md) with the Virtual Network the cluster was deployed to.
257
257
258
258
Launch the console URL in a browser and login using the `kubeadmin` credentials.
259
259
@@ -276,7 +276,7 @@ apiServer=$(az aro show -g $RESOURCEGROUP -n $CLUSTER --query apiserverProfile.u
276
276
```
277
277
278
278
>[!IMPORTANT]
279
-
> In order to connect to a private Azure Red Hat OpenShift cluster, you will need to perform the following step from a host that is either in the Virtual Network you created or in a Virtual Network that is [peered](../virtual-network/virtual-network-peering-overview.md) with the Virtual Network the cluster was deployed to.
279
+
> In order to connect to a private Azure Red Hat OpenShift cluster, you'll need to perform the following step from a host that is either in the Virtual Network you created or in a Virtual Network that is [peered](../virtual-network/virtual-network-peering-overview.md) with the Virtual Network the cluster was deployed to.
280
280
281
281
Login to the OpenShift cluster's API server using the following command. Replace **\<kubeadmin password>** with the password you just retrieved.
0 commit comments