rosa create account-roles

Check the created role

Create an OpenShift cluster
Initialize a cluster with default configs of ROSA
You can initialize an OpenShift cluster with default configurations by running the following command
rosa create cluster --cluster-name rosa-lab --sts --mode auto --yes

However, for a deeper dive, let’s initialize the cluster and customize the configs.
rosa create cluster --sts
Cluster name: rosa-lab
Run 2 commands to create role for operator and Open ID Connect identity provider, leave default options
rosa create operator-roles --cluster rosa-lab --region ap-southeast-1
rosa create oidc-provider --cluster rosa-lab --region ap-southeast-1
rosa list clusters


rosa describe cluster -c rosa-lab

rosa logs install -c rosa-lab --watch
