Environment Setup
Your environment has already been set up and you are ready to use your first ARO cluster.
Validate installed tools
You will be using the az and oc command line tools throughout this lab.
The Azure command-line interface (az) is a set of commands used to create and manage Azure resources. It has extensions for it that allow you to use this native Azure tool directly with ARO!
-
Verify that the
azcommand line tool is installed:az versionSample Output{ "azure-cli": "2.56.0", "azure-cli-core": "2.56.0", "azure-cli-telemetry": "1.1.0", "extensions": {} } -
Validate the version of the OpenShift CLI:
oc versionSample OutputClient Version: 4.13.23 Kustomize Version: v4.5.7 Server Version: 4.13.23 Kubernetes Version: v1.26.9+636f2be
You are ready to start using your ARO cluster.