OpenShift on Azure: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:
SUBSCRIPTION_ID=...
SUBSCRIPTION_ID=...
LOCATION=eastus2
LOCATION=eastus2
CLUSTER=platform-cloud
CLUSTER_NAME=${platform-cloud}-01
</syntaxhighlight>
</syntaxhighlight>


Line 19: Line 21:
az account set --subscription ${SUBSCRIPTION_ID}
az account set --subscription ${SUBSCRIPTION_ID}
</syntaxhighlight>
</syntaxhighlight>
=CLI Support=
=CLI Support=
Azure CLI has an OpenShift extension, with subcommands aimed at managing Azure Red Hat OpenShift clusters.
Azure CLI has an OpenShift extension, with subcommands aimed at managing Azure Red Hat OpenShift clusters.

Revision as of 21:38, 18 November 2020

External

Internal

Installation

Prerequisites

Procedure

SUBSCRIPTION_ID=...
LOCATION=eastus2
CLUSTER=platform-cloud
CLUSTER_NAME=${platform-cloud}-01
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