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/virtual-machines/linux/openshift-container-platform.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
@@ -22,7 +22,7 @@ ms.author: haroldw
22
22
23
23
You can use one of several methods to deploy OpenShift Container Platform in Azure:
24
24
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).
26
26
- 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.
27
27
- Another option is to use the [Azure Marketplace offer](https://azuremarketplace.microsoft.com/marketplace/apps/redhat.openshift-container-platform?tab=Overview).
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/openshift-get-started.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
@@ -30,16 +30,16 @@ OpenShift includes Kubernetes for container orchestration and management. It add
30
30
31
31
There are multiple versions of OpenShift available:
32
32
33
-
- OpenShift Origin
33
+
-OKD (Formerly OpenShift Origin)
34
34
- OpenShift Container Platform
35
35
- OpenShift Online
36
36
- OpenShift Dedicated
37
37
38
38
Of the four versions covered in this article, only two are available for customers to deploy in Azure: OpenShift Origin and OpenShift Container Platform.
39
39
40
-
## OpenShift Origin
40
+
## OKD (Formerly OpenShift Origin)
41
41
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).
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/openshift-origin.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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.
4
4
services: virtual-machines-linux
5
5
documentationcenter: virtual-machines
6
6
author: haroldw
@@ -18,14 +18,14 @@ ms.date:
18
18
ms.author: haroldw
19
19
---
20
20
21
-
# Deploy OpenShift Origin in Azure
21
+
# Deploy OKD in Azure
22
22
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:
24
24
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.
27
27
28
-
## Deploy by using the OpenShift Origin template
28
+
## Deploy by using the OKD template
29
29
30
30
Use the `appId` value from the service principal that you created earlier for the `aadClientId` parameter.
31
31
@@ -97,15 +97,15 @@ The following example creates a parameters file named azuredeploy.parameters.jso
97
97
> [!NOTE]
98
98
> 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).
99
99
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.
101
101
102
102
```azurecli
103
103
az group deployment create -g myResourceGroup --name myOpenShiftCluster \
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.
109
109
110
110
```json
111
111
{
@@ -114,9 +114,9 @@ The deployment takes at least 25 minutes to finish, depending on the total numbe
114
114
}
115
115
```
116
116
117
-
## Connect to the OpenShift cluster
117
+
## Connect to the OKD cluster
118
118
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:
0 commit comments