Skip to content

Commit 066fec2

Browse files
committed
Redirects and links
1 parent 00367d1 commit 066fec2

39 files changed

+527
-67
lines changed

.openpublishing.redirection.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4088,9 +4088,26 @@
40884088
"redirect_url": "/azure",
40894089
"redirect_document_id": false
40904090
}
4091+
{
4092+
"source_path_from_root": "/articles/openshift/tutorial-create-cluster.md",
4093+
"redirect_url": "/azure/openshift/create-cluster",
4094+
"redirect_document_id": false
4095+
},
4096+
{
4097+
"source_path_from_root": "/articles/openshift/tutorial-connect-cluster.md",
4098+
"redirect_url": "/azure/openshift/connect-cluster",
4099+
"redirect_document_id": false
4100+
},
4101+
{
4102+
"source_path_from_root": "/articles/openshift/tutorial-delete-cluster.md",
4103+
"redirect_url": "/azure/openshift/delete-cluster",
4104+
"redirect_document_id": false
4105+
},
4106+
{
4107+
"source_path_from_root": "/articles/openshift/quickstart-portal.md",
4108+
"redirect_url": "/azure/openshift/create-cluster",
4109+
"redirect_document_id": false
4110+
},
40914111

4092-
4093-
4094-
40954112
]
40964113
}

articles/openshift/azure-redhat-openshift-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ We're pleased to announce the launch of OpenShift 4.11 for Azure Red Hat OpenShi
5757
- Ability to deploy OpenShift 4.11
5858
- Multi-version support:
5959
- This enables customers to select specific Y and Z version of the release. See [Red Hat OpenShift versions](support-lifecycle.md#red-hat-openshift-versions) for more information about versions.
60-
- Customers can still deploy 4.10 clusters if that version is specified. See [Selecting a different ARO version](tutorial-create-cluster.md#selecting-a-different-aro-version) for more information.
60+
- Customers can still deploy 4.10 clusters if that version is specified. See [Selecting a different ARO version](create-cluster.md#selecting-a-different-aro-version) for more information.
6161
- OVN as the CNI for clusters 4.11 and above
6262
- Accelerated networking VMs
6363
- UltraSSD support

articles/openshift/built-in-container-registry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ In this article, you'll configure the built-in container image registry for an A
2020
2121
## Before you begin
2222

23-
This article assumes you have an existing ARO cluster (see [Create an Azure Red Hat OpenShift 4 cluster](./tutorial-create-cluster.md)). If you would like to configure Microsoft Entra integration, make sure to create the cluster with the `--pull-secret` argument to `az aro create`.
23+
This article assumes you have an existing ARO cluster (see [Create an Azure Red Hat OpenShift 4 cluster](./create-cluster.md)). If you would like to configure Microsoft Entra integration, make sure to create the cluster with the `--pull-secret` argument to `az aro create`.
2424

2525
> [!NOTE]
2626
> [Configuring Microsoft Entra authentication](./configure-azure-ad-ui.md#configure-openshift-openid-authentication) for your cluster is the easiest way to interact with the internal registry from outside the cluster.
2727
28-
Once you have your cluster, [connect to the cluster](./tutorial-connect-cluster.md) by authenticating as the `kubeadmin` user.
28+
Once you have your cluster, [connect to the cluster](./connect-cluster.md) by authenticating as the `kubeadmin` user.
2929

3030
## Configure authentication to the registry
3131

articles/openshift/concepts-networking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ The following networking features are specific to Azure Red Hat OpenShift:
8282

8383
The following network settings are available for Azure Red Hat OpenShift 4 clusters:
8484

85-
* **API Visibility** - Set the API visibility when running the [az aro create command](tutorial-create-cluster.md#create-the-cluster).
85+
* **API Visibility** - Set the API visibility when running the [az aro create command](create-cluster.md#create-the-cluster).
8686
* "Public" - API Server is accessible by external networks.
8787
* "Private" - API Server assigned a private IP from the control plane subnet, only accessible using connected networks (peered virtual networks and other subnets in the cluster).
88-
* **Ingress Visibility** - Set the API visibility when running the [az aro create command](tutorial-create-cluster.md#create-the-cluster).
88+
* **Ingress Visibility** - Set the API visibility when running the [az aro create command](create-cluster.md#create-the-cluster).
8989
* "Public" routes default to a public Standard Load Balancer. (The default can be changed.)
9090
* "Private" routes default to an internal load balancer. (The default can be changed.)
9191

articles/openshift/concepts-ovn-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ For more information about OVN-Kubernetes CNI network provider, see [About the O
3434

3535
## Recommended content
3636

37-
[Tutorial: Create an Azure Red Hat OpenShift 4 cluster](tutorial-create-cluster.md)
37+
[Tutorial: Create an Azure Red Hat OpenShift 4 cluster](create-cluster.md)

articles/openshift/connect-cluster.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
---
2+
title: Connect to an Azure Red Hat OpenShift 4 cluster
3+
description: Learn how to connect a Microsoft Azure Red Hat OpenShift cluster
4+
author: johnmarco
5+
ms.author: johnmarc
6+
ms.topic: article
7+
ms.service: azure-redhat-openshift
8+
ms.date: 06/12/2024
9+
#Customer intent: As a developer, I want learn how to create an Azure Red Hat OpenShift cluster, scale it, and then clean up resources so that I am not charged for what I'm not using.
10+
---
11+
12+
# Connect to an Azure Red Hat OpenShift 4 cluster
13+
14+
This article shows you how to connect to an Azure Red Hat OpenShift cluster running OpenShift 4 as the kubeadmin user through the OpenShift web console.
15+
16+
## Before you begin
17+
18+
This article requires Azure CLI version 2.6.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).
19+
20+
## Connect to the cluster
21+
22+
You can log into the cluster using the `kubeadmin` user. Run the following command to find the password for the `kubeadmin` user.
23+
24+
```azurecli-interactive
25+
az aro list-credentials \
26+
--name $CLUSTER \
27+
--resource-group $RESOURCEGROUP
28+
```
29+
30+
The following example output shows the password in `kubeadminPassword`.
31+
32+
```json
33+
{
34+
"kubeadminPassword": "<generated password>",
35+
"kubeadminUsername": "kubeadmin"
36+
}
37+
```
38+
39+
You can find the cluster console URL by running the following command, which will look like `https://console-openshift-console.apps.<random>.<region>.aroapp.io/`.
40+
41+
```azurecli-interactive
42+
az aro show \
43+
--name $CLUSTER \
44+
--resource-group $RESOURCEGROUP \
45+
--query "consoleProfile.url" -o tsv
46+
```
47+
48+
Launch the console URL in a browser and login using the `kubeadmin` credentials.
49+
50+
![Azure Red Hat OpenShift login screen](media/aro4-login.png)
51+
52+
## Install the OpenShift CLI
53+
54+
Once you're logged into the OpenShift Web Console, select the **?** at the top right and then on **Command Line Tools**. Download the release appropriate to your machine.
55+
56+
![Screenshot that highlights the Command Line Tools option in the list when you select the ? icon.](media/aro4-download-cli.png)
57+
58+
You can also download the [latest release of the CLI](https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/) appropriate to your machine.
59+
60+
If you're running the commands on the Azure Cloud Shell, download the latest OpenShift 4 CLI for Linux.
61+
62+
```azurecli-interactive
63+
cd ~
64+
wget https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/openshift-client-linux.tar.gz
65+
66+
mkdir openshift
67+
tar -zxvf openshift-client-linux.tar.gz -C openshift
68+
echo 'export PATH=$PATH:~/openshift' >> ~/.bashrc && source ~/.bashrc
69+
```
70+
71+
## Connect using the OpenShift CLI
72+
73+
Retrieve the API server's address.
74+
75+
```azurecli-interactive
76+
apiServer=$(az aro show -g $RESOURCEGROUP -n $CLUSTER --query apiserverProfile.url -o tsv)
77+
```
78+
79+
Login to the OpenShift cluster's API server using the following command. Replace **\<kubeadmin password>** with the password you retrieved.
80+
81+
```azurecli-interactive
82+
oc login $apiServer -u kubeadmin -p <kubeadmin password>
83+
```
84+
85+
## Next steps
86+
87+
Learn how to [delete an Azure Red Hat OpenShift cluster](delete-cluster.md).

0 commit comments

Comments
 (0)