Skip to content

Commit 7a264e8

Browse files
author
Sakthi Vetrivel
authored
Merge pull request #154 from sabbour/aro4
Added pull secret information
2 parents c34cc10 + 2f01d6b commit 7a264e8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/ARO 4.3/create/create-cluster.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ az network vnet subnet update \
161161

162162
## Create the cluster
163163

164-
Run the following command to create a cluster.
164+
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.
165165

166166
```azurecli-interactive
167167
az aro create \
@@ -171,6 +171,7 @@ az aro create \
171171
--master-subnet master-subnet \
172172
--worker-subnet worker-subnet
173173
# --domain foo.example.com # [OPTIONAL] custom domain
174+
# --pull-secret 'Pull secret from https://cloud.redhat.com/openshift/install/azure/installer-provisioned/' # [OPTIONAL]
174175
```
175176

176177
>[!NOTE]
@@ -264,4 +265,4 @@ Advance to the next article to learn how to configure the cluster for authentica
264265
> [Configure authentication with Azure Active Directory using the command line](configure-azure-ad-cli.md)
265266
266267
> [!div class="nextstepaction"]
267-
> [Configure authentication with Azure Active Directory using the Azure portal and OpenShift web console](configure-azure-ad-cli.md)
268+
> [Configure authentication with Azure Active Directory using the Azure portal and OpenShift web console](configure-azure-ad-cli.md)

docs/ARO 4.3/create/create-private-cluster.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ az network vnet subnet update \
161161

162162
## Create the cluster
163163

164-
Run the following command to create a cluster. Note the `apiserver-visibility` and the `ingress-visibility` parameters.
164+
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.
165165

166166
```azurecli-interactive
167167
az aro create \
@@ -173,6 +173,7 @@ az aro create \
173173
--apiserver-visibility Private \
174174
--ingress-visibility Private
175175
# --domain aro.example.com # [OPTIONAL] custom domain
176+
# --pull-secret 'Pull secret from https://cloud.redhat.com/openshift/install/azure/installer-provisioned/' # [OPTIONAL]
176177
```
177178

178179
>[!NOTE]
@@ -260,4 +261,4 @@ Advance to the next article to learn how to configure the cluster for authentica
260261
> [Configure authentication with Azure Active Directory using the command line](configure-azure-ad-cli.md)
261262
262263
> [!div class="nextstepaction"]
263-
> [Configure authentication with Azure Active Directory using the Azure portal and OpenShift web console](configure-azure-ad-cli.md)
264+
> [Configure authentication with Azure Active Directory using the Azure portal and OpenShift web console](configure-azure-ad-cli.md)

0 commit comments

Comments
 (0)