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_CONTEXT=platform-cloud
CLUSTER_GROUP=platform-cloud
CLUSTER_NAME=${CLUSTER_CONTEXT}-01
RESOURCE_GROUP=${CLUSTER_GROUP}-01
CLUSTER_NAME=${CLUSTER_GROUP}-01
</syntaxhighlight>
</syntaxhighlight>



Revision as of 21:40, 18 November 2020

External

Internal

Installation

Prerequisites

Procedure

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