Skip to content

Commit 877c53d

Browse files
Edits to improve SEO and usability
1 parent 98f1120 commit 877c53d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/openshift/howto-create-private-cluster-3x.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create a private cluster with Azure Red Hat OpenShift 3.11 | Microsoft Docs
3-
description: Create a private cluster with Azure Red Hat OpenShift 3.11
2+
title: Create a private cluster with Azure Red Hat OpenShift 3.11
3+
description: Learn how to create a private cluster with Azure Red Hat OpenShift 3.11 and about the benefits of private clusters.
44
author: sakthi-vetrivel
55
ms.author: suvetriv
66
ms.service: azure-redhat-openshift
@@ -14,15 +14,15 @@ keywords: aro, openshift, private cluster, red hat
1414
# Create a private cluster with Azure Red Hat OpenShift 3.11
1515

1616
> [!IMPORTANT]
17-
> Azure Red Hat OpenShift 3.11 will be retired 30 June 2022. Support for creation of new Azure Red Hat OpenShift 3.11 clusters continues through 30 November 2020. Following retirement, remaining Azure Red Hat OpenShift 3.11 clusters will be shut down to prevent security vulnerabilities.
17+
> Azure Red Hat OpenShift 3.11 will be retired June30, 2022. Support for creation of new Azure Red Hat OpenShift 3.11 clusters continues through November 30, 2020. Following retirement, remaining Azure Red Hat OpenShift 3.11 clusters will be shut down to prevent security vulnerabilities.
1818
>
1919
> Follow this guide to [create an Azure Red Hat OpenShift 4 cluster](tutorial-create-cluster.md).
2020
> If you have specific questions, [please contact us](mailto:[email protected]).
2121
2222
Private clusters provide the following benefits:
2323

24-
* Private clusters don't expose cluster control plane components (such as the API servers) on a public IP address.
25-
* The virtual network of a private cluster is configurable by customers, allowing you to set up networking to allow peering with other virtual networks, including ExpressRoute environments. You can also configure custom DNS on the virtual network to integrate with internal services.
24+
* Private clusters don't expose cluster control plane components, such as the API servers, on a public IP address.
25+
* The virtual network of a private cluster is configurable by customers. You can set up networking to allow peering with other virtual networks, including ExpressRoute environments. You can also configure custom DNS on the virtual network to integrate with internal services.
2626

2727
## Before you begin
2828

@@ -37,11 +37,11 @@ properties:
3737
privateApiServer: true
3838
```
3939

40-
A private cluster can be deployed using the sample scripts provided below. Once the cluster is deployed, execute the `cluster get` command and view the `properties.FQDN` property to determine the private IP address of the OpenShift API server.
40+
A private cluster can be deployed using the sample scripts provided below. Once the cluster is deployed, run the `cluster get` command and view the `properties.FQDN` property to determine the private IP address of the OpenShift API server.
4141

42-
The cluster virtual network will have been created with permissions so that you can modify it. You can then set up networking to access the virtual network (ExpressRoute, VPN, virtual network peering) as required for your needs.
42+
The cluster virtual network is created with permissions so that you can modify it. You can set up networking to access the virtual network, such as ExpressRoute, VPN, and virtual network peering.
4343

44-
If you change the DNS nameservers on the cluster virtual network, then you will need to issue an update on the cluster with the `properties.RefreshCluster` property set to `true` so that the VMs can be reimaged. This update will allow them to pick up the new nameservers.
44+
If you change the DNS nameservers on the cluster virtual network, issue an update on the cluster with the `properties.RefreshCluster` property set to `true` so that the virtual machines can be reimaged. This update allows them to pick up the new nameservers.
4545

4646
## Sample configuration scripts
4747

@@ -52,7 +52,7 @@ Use the sample scripts in this section to set up and deploy your private cluster
5252
Fill in the environment variables below as using your own values.
5353

5454
> [!NOTE]
55-
> The location must be set to `eastus2` as this is currently the only supported location for private clusters.
55+
> The location must be set to `eastus2` because this is currently the only supported location for private clusters.
5656
5757
``` bash
5858
export CLUSTER_NAME=
@@ -67,7 +67,7 @@ export SECRET=
6767

6868
### private-cluster.json
6969

70-
Using the environment variables defined above, here is a sample cluster configuration with private cluster enabled.
70+
This sample is a cluster configuration with private cluster enabled. It uses the environment variables defined above.
7171

7272
```json
7373
{

0 commit comments

Comments
 (0)