Skip to content

Commit 0e9eba2

Browse files
authored
Merge pull request #49158 from asinn826/openshift
update links to 3.10, change origin to okd
2 parents 93e9f1f + ca64e0e commit 0e9eba2

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

articles/virtual-machines/linux/openshift-container-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.author: haroldw
2222

2323
You can use one of several methods to deploy OpenShift Container Platform in Azure:
2424

25-
- You can manually deploy the necessary Azure infrastructure components and then follow the OpenShift Container Platform [documentation](https://docs.openshift.com/container-platform/3.6/welcome/index.html).
25+
- You can manually deploy the necessary Azure infrastructure components and then follow the OpenShift Container Platform [documentation](https://docs.openshift.com/container-platform/3.10/welcome/index.html).
2626
- You can also use an existing [Resource Manager template](https://github.com/Microsoft/openshift-container-platform/) that simplifies the deployment of the OpenShift Container Platform cluster.
2727
- Another option is to use the [Azure Marketplace offer](https://azuremarketplace.microsoft.com/marketplace/apps/redhat.openshift-container-platform?tab=Overview).
2828

articles/virtual-machines/linux/openshift-get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ OpenShift includes Kubernetes for container orchestration and management. It add
3030

3131
There are multiple versions of OpenShift available:
3232

33-
- OpenShift Origin
33+
- OKD (Formerly OpenShift Origin)
3434
- OpenShift Container Platform
3535
- OpenShift Online
3636
- OpenShift Dedicated
3737

3838
Of the four versions covered in this article, only two are available for customers to deploy in Azure: OpenShift Origin and OpenShift Container Platform.
3939

40-
## OpenShift Origin
40+
## OKD (Formerly OpenShift Origin)
4141

42-
Origin is an [open-source](https://www.openshift.org/) upstream project of OpenShift that's community supported. Origin can be installed on CentOS or Red Hat Enterprise Linux (RHEL).
42+
OKD is an [open-source](https://www.okd.io/) upstream project of OpenShift that's community supported. OKD can be installed on CentOS or Red Hat Enterprise Linux (RHEL).
4343

4444
## OpenShift Container Platform
4545

articles/virtual-machines/linux/openshift-origin.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Deploy OpenShift Origin in Azure | Microsoft Docs
3-
description: Deploy OpenShift Origin in Azure.
2+
title: Deploy OKD in Azure | Microsoft Docs
3+
description: Deploy OKD in Azure.
44
services: virtual-machines-linux
55
documentationcenter: virtual-machines
66
author: haroldw
@@ -18,14 +18,14 @@ ms.date:
1818
ms.author: haroldw
1919
---
2020

21-
# Deploy OpenShift Origin in Azure
21+
# Deploy OKD in Azure
2222

23-
You can use one of two ways to deploy OpenShift Origin in Azure:
23+
You can use one of two ways to deploy OKD (formerly OpenShift Origin) in Azure:
2424

25-
- You can manually deploy all the necessary Azure infrastructure components, and then follow the OpenShift Origin [documentation](https://docs.openshift.org/3.6/welcome/index.html).
26-
- You can also use an existing [Resource Manager template](https://github.com/Microsoft/openshift-origin) that simplifies the deployment of the OpenShift Origin cluster.
25+
- You can manually deploy all the necessary Azure infrastructure components, and then follow the OKD [documentation](https://docs.okd.io/3.10/welcome/index.html).
26+
- You can also use an existing [Resource Manager template](https://github.com/Microsoft/openshift-origin) that simplifies the deployment of the OKD cluster.
2727

28-
## Deploy by using the OpenShift Origin template
28+
## Deploy by using the OKD template
2929

3030
Use the `appId` value from the service principal that you created earlier for the `aadClientId` parameter.
3131

@@ -97,15 +97,15 @@ The following example creates a parameters file named azuredeploy.parameters.jso
9797
> [!NOTE]
9898
> The following command requires Azure CLI 2.0.8 or later. You can verify the CLI version with the `az --version` command. To update the CLI version, see [Install Azure CLI 2.0](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest).
9999
100-
The following example deploys the OpenShift cluster and all related resources into a resource group named myResourceGroup, with a deployment name of myOpenShiftCluster. The template is referenced directly from the GitHub repo by using a local parameters file named azuredeploy.parameters.json.
100+
The following example deploys the OKD cluster and all related resources into a resource group named myResourceGroup, with a deployment name of myOpenShiftCluster. The template is referenced directly from the GitHub repo by using a local parameters file named azuredeploy.parameters.json.
101101

102102
```azurecli
103103
az group deployment create -g myResourceGroup --name myOpenShiftCluster \
104104
--template-uri https://raw.githubusercontent.com/Microsoft/openshift-origin/master/azuredeploy.json \
105105
--parameters @./azuredeploy.parameters.json
106106
```
107107

108-
The deployment takes at least 25 minutes to finish, depending on the total number of nodes deployed. The URL of the OpenShift console and the DNS name of the OpenShift master prints to the terminal when the deployment finishes.
108+
The deployment takes at least 25 minutes to finish, depending on the total number of nodes deployed. The URL of the OKD console and the DNS name of the OpenShift master prints to the terminal when the deployment finishes.
109109

110110
```json
111111
{
@@ -114,9 +114,9 @@ The deployment takes at least 25 minutes to finish, depending on the total numbe
114114
}
115115
```
116116

117-
## Connect to the OpenShift cluster
117+
## Connect to the OKD cluster
118118

119-
When the deployment finishes, connect to the OpenShift console with your browser by using the `OpenShift Console Uri`. Alternatively, you can connect to the OpenShift master by using the following command:
119+
When the deployment finishes, connect to the OKD console with your browser by using the `OpenShift Console Uri`. Alternatively, you can connect to the OKD master by using the following command:
120120

121121
```bash
122122
$ ssh -p 2200 [email protected]
@@ -134,4 +134,4 @@ az group delete --name myResourceGroup
134134

135135
- [Post-deployment tasks](./openshift-post-deployment.md)
136136
- [Troubleshoot OpenShift deployment](./openshift-troubleshooting.md)
137-
- [Getting started with OpenShift Origin](https://docs.openshift.org/latest/getting_started/index.html)
137+
- [Getting started with OKD](https://docs.okd.io/latest/getting_started/index.html)

0 commit comments

Comments
 (0)