Skip to content

Commit

Permalink
Merge pull request #154 from sabbour/aro4
Browse files Browse the repository at this point in the history
Added pull secret information
  • Loading branch information
Sakthi Vetrivel authored Apr 15, 2020
2 parents c34cc10 + 2f01d6b commit 7a264e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/ARO 4.3/create/create-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ az network vnet subnet update \

## Create the cluster

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

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

>[!NOTE]
Expand Down Expand Up @@ -264,4 +265,4 @@ Advance to the next article to learn how to configure the cluster for authentica
> [Configure authentication with Azure Active Directory using the command line](configure-azure-ad-cli.md)
> [!div class="nextstepaction"]
> [Configure authentication with Azure Active Directory using the Azure portal and OpenShift web console](configure-azure-ad-cli.md)
> [Configure authentication with Azure Active Directory using the Azure portal and OpenShift web console](configure-azure-ad-cli.md)
5 changes: 3 additions & 2 deletions docs/ARO 4.3/create/create-private-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ az network vnet subnet update \

## Create the cluster

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

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

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

0 comments on commit 7a264e8

Please sign in to comment.