OpenShift on Azure: Difference between revisions
Jump to navigation
Jump to search
m (Ovidiu moved page OpenShift Installation on Azure to OpenShift on Azure without leaving a redirect) |
No edit summary |
||
Line 6: | Line 6: | ||
* [[Azure Operations#OpenShift_Installation_on_Azure|Azure Operations]] | * [[Azure Operations#OpenShift_Installation_on_Azure|Azure Operations]] | ||
=Prerequisites= | =Installation= | ||
==Prerequisites== | |||
* Install Azure CLI, as shown here: [[Azure_CLI#Installation|Azure CLI | Installation]]. | * Install Azure CLI, as shown here: [[Azure_CLI#Installation|Azure CLI | Installation]]. | ||
* Azure Red Hat OpenShift requires a minimum of 40 cores. May need to [[Azure_Quota_Operations|increase the quota]]. | * Azure Red Hat OpenShift requires a minimum of 40 cores. May need to [[Azure_Quota_Operations|increase the quota]]. | ||
==Procedure== | |||
=Procedure= | |||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
SUBSCRIPTION_ID=... | SUBSCRIPTION_ID=... |
Revision as of 21:20, 18 November 2020
External
Internal
Installation
Prerequisites
- Install Azure CLI, as shown here: Azure CLI | Installation.
- Azure Red Hat OpenShift requires a minimum of 40 cores. May need to increase the quota.
Procedure
SUBSCRIPTION_ID=...
LOCATION=eastus2
az account set --subscription ${SUBSCRIPTION_ID}