OpenShift on Azure: Difference between revisions
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
az aro create|list|delete|list-credentials|show|update|wait | az aro create|list|delete|list-credentials|show|update|wait | ||
</syntaxhighlight> | |||
==List OpenShift Clusters== | |||
<syntaxhighlight lang='bash'> | |||
az aro list | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 21:24, 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}
CLI Support
Azure CLI has an OpenShift extension, with subcommands aimed at managing Azure Red Hat OpenShift clusters.
az aro create|list|delete|list-credentials|show|update|wait
List OpenShift Clusters
az aro list