OpenShift on Azure: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 20: Line 20:
</syntaxhighlight>
</syntaxhighlight>
=CLI Support=
=CLI Support=
az aro
Azure CLI has an OpenShift extension, with subcommands aimed at managing Azure Red Hat OpenShift clusters.
<syntaxhighlight lang='bash'>
az aro create|list|delete|list-credentials|show|update|wait
</syntaxhighlight>

Revision as of 21:23, 18 November 2020

External

Internal

Installation

Prerequisites

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