Skip to content

Commit 1d12613

Browse files
committed
improve acrolinx score
1 parent 984b7f6 commit 1d12613

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/openshift/tutorial-create-cluster.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 10/26/2020
1111

1212
# Tutorial: Create an Azure Red Hat OpenShift 4 cluster
1313

14-
In this tutorial, part one of three, you'll prepare your environment to create an Azure Red Hat OpenShift cluster running OpenShift 4, and create a cluster. You'll learn how to:
14+
In this tutorial, part one of three, you prepare your environment to create an Azure Red Hat OpenShift cluster running OpenShift 4, and create a cluster. You learn how to:
1515
> [!div class="checklist"]
1616
> * Setup the prerequisites
1717
> * Create the required virtual network and subnets
@@ -21,7 +21,7 @@ In this tutorial, part one of three, you'll prepare your environment to create a
2121

2222
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).
2323

24-
Azure Red Hat OpenShift requires a minimum of 40 cores to create and run an OpenShift cluster. The default Azure resource quota for a new Azure subscription does not meet this requirement. To request an increase in your resource limit, see [Standard quota: Increase limits by VM series](../azure-portal/supportability/per-vm-quota-requests.md).
24+
Azure Red Hat OpenShift requires a minimum of 40 cores to create and run an OpenShift cluster. The default Azure resource quota for a new Azure subscription doesn't meet this requirement. To request an increase in your resource limit, see [Standard quota: Increase limits by VM series](../azure-portal/supportability/per-vm-quota-requests.md).
2525

2626
* For example to check the current subscription quota of the smallest supported virtual machine family SKU "Standard DSv3":
2727

@@ -34,7 +34,7 @@ Azure Red Hat OpenShift requires a minimum of 40 cores to create and run an Open
3434
3535
### Verify your permissions
3636
37-
During this tutorial, you will create a resource group, which will contain the virtual network for the cluster. You must have either Contributor and User Access Administrator permissions, or Owner permissions, either directly on the virtual network, or on the resource group or subscription containing it.
37+
During this tutorial, you create a resource group, which contain the virtual network for the cluster. You must have either Contributor and User Access Administrator permissions, or Owner permissions, either directly on the virtual network, or on the resource group or subscription containing it.
3838
3939
You will also need sufficient Azure Active Directory permissions (either a member user of the tenant, or a guest user assigned with role **Application administrator**) for the tooling to create an application and service principal on your behalf for the cluster. See [Member and guest users](../active-directory/fundamentals/users-default-permissions.md#member-and-guest-users) and [Assign administrator and non-administrator roles to users with Azure Active Directory](../active-directory/fundamentals/active-directory-users-assign-role-azure-portal.md) for more details.
4040
@@ -74,9 +74,9 @@ You will also need sufficient Azure Active Directory permissions (either a membe
7474
### Get a Red Hat pull secret (optional)
7575
7676
> [!NOTE]
77-
> ARO pull secret does not change the cost of the RH OpenShift license for ARO.
77+
> ARO pull secret doesn't change the cost of the RH OpenShift license for ARO.
7878
79-
A Red Hat pull secret enables your cluster to access Red Hat container registries along with additional content. This step is optional but recommended. Please note that the field `cloud.openshift.com` will be removed from your secret even if your pull-secret contains that field. This field enables an extra monitoring feature which sends data to RedHat and is thus disabled by default. To enable this feature, see https://docs.openshift.com/container-platform/4.11/support/remote_health_monitoring/enabling-remote-health-reporting.html .
79+
A Red Hat pull secret enables your cluster to access Red Hat container registries along with additional content. This step is optional but recommended. Note that the field `cloud.openshift.com` will be removed from your secret even if your pull-secret contains that field. This field enables an extra monitoring feature which sends data to RedHat and is thus disabled by default. To enable this feature, see https://docs.openshift.com/container-platform/4.11/support/remote_health_monitoring/enabling-remote-health-reporting.html .
8080
8181
1. [Navigate to your Red Hat OpenShift cluster manager portal](https://console.redhat.com/openshift/install/azure/aro-provisioned) and log in.
8282
@@ -206,7 +206,7 @@ Next, you will create a virtual network containing two empty subnets. If you hav
206206
## Create the cluster
207207

208208
Run the following command to create a cluster. If you choose to use either of the following options, modify the command accordingly:
209-
* 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. Add the `--pull-secret @pull-secret.txt` argument to your command.
209+
* 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. Add the `--pull-secret @pull-secret.txt` argument to your command.
210210
* Optionally, you can [use a custom domain](#prepare-a-custom-domain-for-your-cluster-optional). Add the `--domain foo.example.com` argument to your command, replacing `foo.example.com` with your own custom domain.
211211

212212
> [!NOTE]

0 commit comments

Comments
 (0)