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/aro4x-support-policies.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ This article outlines configuration requirements for Azure Red Hat OpenShift 4 c
19
19
20
20
* All OpenShift Cluster operators must remain in a managed state. The list of cluster operators can be returned by running `oc get clusteroperators`.
21
21
* The cluster Prometheus and Alertmanager services must not be removed or modified. Service Alertmanager rules must not be removed.
22
-
* The ARO service sets the OpenShift cluster version. It must not be modified.
23
-
*ARO service logging (mdsd pods) must not be removed or modified.
22
+
* The Azure Red Hat OpenShift service sets the OpenShift cluster version. It must not be modified.
23
+
*Azure Red Hat OpenShift service logging (mdsd pods) must not be removed or modified.
24
24
* The 'arosvc.azurecr.io' cluster pull secret must not be removed or modified.
25
25
* All cluster virtual machines must have outbound internet access, at least to the Azure Resource Manager (ARM) and service logging (Geneva) endpoints.
26
-
* The ARO service accesses your cluster via Private Link Service. Service access must not be removed or modified.
26
+
* The Azure Red Hat OpenShift service accesses your cluster via Private Link Service. Service access must not be removed or modified.
27
27
* Non-RHCOS compute nodes are not supported. For example, you cannot use a RHEL compute node.
Copy file name to clipboardExpand all lines: articles/openshift/dns-forwarding.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.date: 04/24/2020
9
9
---
10
10
# Configure DNS Forwarding on an Azure Red Hat OpenShift 4 Cluster
11
11
12
-
To configure DNS Forwarding on an ARO 4.3 cluster, you'll need to modify the DNS Operator in Azure Red Hat OpenShift 4. This modification will allow your application pods running inside the ARO 4.3 cluster to resolve names hosted on a private DNS server outside the cluster. These steps are documented for OpenShift 4.3 [here](https://docs.openshift.com/container-platform/4.3/networking/dns-operator.html).
12
+
To configure DNS Forwarding on an Azure Red Hat OpenShift cluster, you'll need to modify the DNS Operator. This modification will allow your application pods running inside the cluster to resolve names hosted on a private DNS server outside the cluster These steps are documented for OpenShift 4.3 [here](https://docs.openshift.com/container-platform/4.3/networking/dns-operator.html).
13
13
14
14
For example, if you want to forward all DNS requests for *.example.com to be resolved by a DNS server 192.168.100.10, you can edit the operator configuration by running:
Copy file name to clipboardExpand all lines: articles/openshift/tutorial-connect-cluster.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ ms.date: 04/24/2020
11
11
12
12
# Tutorial: Connect to an Azure Red Hat OpenShift 4 cluster
13
13
14
-
In this tutorial, part two of three, you will connect to an Azure Red Hat OpenShift (ARO) cluster running OpenShift 4 as the kubeadmin user through the OpenShift web console. You learn how to:
14
+
In this tutorial, part two of three, you will connect to an Azure Red Hat OpenShift cluster running OpenShift 4 as the kubeadmin user through the OpenShift web console. You learn how to:
15
15
> [!div class="checklist"]
16
16
> * Obtain `kubeadmin` credentials for your cluster
17
17
> * Install the OpenShift CLI
18
-
> * Connect to an ARO cluster using the OpenShift CLI
18
+
> * Connect to an Azure Red Hat OpenShift cluster using the OpenShift CLI
19
19
20
20
## Before you begin
21
21
22
-
In previous tutorials, an ARO cluster was created. If you have not done these steps, and would like to follow along, start with [Tutorial 1 - Create an Azure Red Hat Openshift 4 Cluster.](tutorial-create-cluster.md)
22
+
In previous tutorials, an Azure Red Hat OpenShift cluster was created. If you have not done these steps, and would like to follow along, start with [Tutorial 1 - Create an Azure Red Hat Openshift 4 Cluster.](tutorial-create-cluster.md)
23
23
24
24
If you choose to install and use the CLI locally, this tutorial requires that you are running the Azure CLI version 2.0.75 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest).
25
25
@@ -29,8 +29,8 @@ You can log into the cluster using the `kubeadmin` user. Run the following comm
29
29
30
30
```azurecli-interactive
31
31
az aro list-credentials \
32
-
--name aro-cluster \
33
-
--resource-group aro-rg
32
+
--name $CLUSTER \
33
+
--resource-group $RESOURCEGROUP
34
34
```
35
35
36
36
The following example output shows the password will be in `kubeadminPassword`.
@@ -46,8 +46,8 @@ You can find the cluster console URL by running the following command, which wil
Copy file name to clipboardExpand all lines: articles/openshift/tutorial-delete-cluster.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ ms.date: 04/24/2020
11
11
12
12
# Tutorial: Delete an Azure Red Hat OpenShift 4 cluster
13
13
14
-
In this tutorial, part three of three, an Azure Red Hat OpenShift (ARO) cluster running OpenShift 4 is deleted. You learn how to:
14
+
In this tutorial, part three of three, an Azure Red Hat OpenShift cluster running OpenShift 4 is deleted. You learn how to:
15
15
16
16
> [!div class="checklist"]
17
17
> * Delete an Azure Red Hat OpenShift cluster
18
18
19
19
20
20
## Before you begin
21
21
22
-
In previous tutorials, an ARO cluster was created and connected to using the OpenShift web console. If you have not done these steps, and would like to follow along, start with [Tutorial 1 - Create an Azure Red Hat Openshift 4 Cluster.](tutorial-create-cluster.md)
22
+
In previous tutorials, an Azure Red Hat OpenShift cluster was created and connected to using the OpenShift web console. If you have not done these steps, and would like to follow along, start with [Tutorial 1 - Create an Azure Red Hat Openshift 4 Cluster.](tutorial-create-cluster.md)
23
23
24
24
If you choose to install and use the CLI locally, this tutorial requires that you are running the Azure CLI version 2.0.75 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest).
0 commit comments