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/create-private-cluster.md
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,16 +61,22 @@ aro 1.0.0
61
61
...
62
62
```
63
63
64
-
### Obtain a Red Hat pull secret (optional)
64
+
### Get a Red Hat pull secret (optional)
65
65
66
66
A Red Hat pull secret enables your cluster to access Red Hat container registries along with additional content. This step is optional but recommended.
67
67
68
-
Obtain your pull secret by navigating to https://cloud.redhat.com/openshift/install/azure/aro-provisioned and clicking *Download pull secret*.
68
+
1.**[Go to your Red Hat OpenShift cluster manager portal](https://cloud.redhat.com/openshift/install/azure/aro-provisioned) and log in.**
69
69
70
-
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.
70
+
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.
71
+
72
+
2.**Click Download pull secret.**
71
73
72
74
Keep the saved `pull-secret.txt` file somewhere safe - it will be used in each cluster creation.
73
75
76
+
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`.
77
+
78
+
If you are copying your pull secret or referencing it in other scripts, your pull secret should be formatted as a valid JSON string.
79
+
74
80
### Create a virtual network containing two empty subnets
75
81
76
82
Next, you will create a virtual network containing two empty subnets.
@@ -173,23 +179,23 @@ Next, you will create a virtual network containing two empty subnets.
173
179
174
180
## Create the cluster
175
181
176
-
Run the following command to create a cluster. Note the `apiserver-visibility` and the `ingress-visibility` parameters. Optionally, you can pass a pull secret which enables your cluster to access Red Hat container registries along with additional content. Access your pull secret by navigating to the [Red Hat OpenShift Cluster Manager](https://cloud.redhat.com/openshift/install/azure/installer-provisioned) and clicking Copy Pull Secret.
182
+
Run the following command to create a cluster. Optionally, you can [pass your Red Hat pull secret](#obtain-a-red-hat-pull-secret-optional) which enables your cluster to access Red Hat container registries along with additional content.
183
+
184
+
>[!NOTE]
185
+
> 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.
> It normally takes about 35 minutes to create a cluster.
198
+
After executing the `az aro create` command, it normally takes about 35 minutes to create a cluster.
193
199
194
200
>[!IMPORTANT]
195
201
> 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`.
Copy file name to clipboardExpand all lines: articles/openshift/tutorial-create-cluster.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,12 +62,18 @@ aro 1.0.0
62
62
63
63
A Red Hat pull secret enables your cluster to access Red Hat container registries along with additional content. This step is optional but recommended.
64
64
65
-
Obtain your pull secret by navigating to https://cloud.redhat.com/openshift/install/azure/aro-provisioned and clicking *Download pull secret*.
65
+
1.**[Navigate to your Red Hat OpenShift cluster manager portal](https://cloud.redhat.com/openshift/install/azure/aro-provisioned) and log in.**
66
66
67
-
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.
67
+
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.
68
+
69
+
2.**Click Download pull secret.**
68
70
69
71
Keep the saved `pull-secret.txt` file somewhere safe - it will be used in each cluster creation.
70
72
73
+
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>`.
74
+
75
+
If you are copying your pull secret or referencing it in other scripts, your pull secret should be formatted as a valid JSON string.
76
+
71
77
### Create a virtual network containing two empty subnets
72
78
73
79
Next, you will create a virtual network containing two empty subnets.
@@ -170,7 +176,10 @@ Next, you will create a virtual network containing two empty subnets.
170
176
171
177
## Create the cluster
172
178
173
-
Run the following command to create a cluster. Optionally, you can pass a pull secret which enables your cluster to access Red Hat container registries along with additional content. Access your pull secret by navigating to the [Red Hat OpenShift Cluster Manager](https://cloud.redhat.com/openshift/install/azure/installer-provisioned) and clicking **Copy Pull Secret**.
179
+
Run the following command to create a cluster. Optionally, you can [pass your Red Hat pull secret](#obtain-a-red-hat-pull-secret-optional) which enables your cluster to access Red Hat container registries along with additional content.
180
+
181
+
>[!NOTE]
182
+
> 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.
> It normally takes about 35 minutes to create a cluster.
194
+
195
+
After executing the `az aro create` command, it normally takes about 35 minutes to create a cluster.
187
196
188
197
>[!IMPORTANT]
189
198
> 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`.
0 commit comments