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-using-azure-redhat-openshift.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,19 @@ The `az aro` extension allows you to create, access, and delete Azure Red Hat Op
64
64
aro 0.3.0
65
65
...
66
66
```
67
-
67
+
68
+
### Get a Red Hat pull secret (optional)
69
+
70
+
A Red Hat pull secret enables your cluster to access Red Hat container registries and additional content. Using a pull secret is optional but recommended.
71
+
72
+
To get your pull secret:
73
+
74
+
1. Go to https://cloud.redhat.com/openshift/install/azure/aro-provisioned.
75
+
1. Log in to your Red Hat account, or create a new Red Hat account by using your business email; accept the terms and conditions.
76
+
1. Select **Download pull secret**.
77
+
78
+
Save the *pull-secret.txt* file somewhere safe; you will use the file each time you create a cluster.
79
+
68
80
### Create a virtual network containing two empty subnets
69
81
70
82
Follow these steps to create a virtual network containing two empty subnets.
@@ -75,15 +87,7 @@ Follow these steps to create a virtual network containing two empty subnets.
75
87
LOCATION=eastus #the location of your cluster
76
88
RESOURCEGROUP="v4-$LOCATION" #the name of the resource group where you want to create your cluster
77
89
CLUSTER=cluster #the name of your cluster
78
-
PULL_SECRET="<optional-pull-secret>"
79
90
```
80
-
>[!NOTE]
81
-
> The optional pull secret enables your cluster to access Red Hat container registries along with additional content.
82
-
>
83
-
> Access your pull secret by navigating to https://cloud.redhat.com/openshift/install/azure/installer-provisioned and clicking *Copy Pull Secret*.
84
-
>
85
-
> 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.
0 commit comments