rosa create account-roles --mode auto --yes
This page outlines the minimum list of commands to deploy a Red Hat OpenShift Service on AWS (ROSA) cluster using the command line interface (CLI).
While this simple deployment works well for a tutorial setting, clusters used in production should be deployed with a more detailed method. |
Run the following command once for each AWS account and y-stream OpenShift version:
rosa create account-roles --mode auto --yes
Create the cluster with the default configuration by running the following command substituting your own cluster name:
rosa create cluster --cluster-name <cluster-name> --sts --mode auto --yes
Check the status of your cluster by running the following command:
rosa list clusters