openshift-cs / managed-openshift

Public roadmaps for the Red Hat Managed OpenShift offerings OpenShift Dedicated (OSD) and Red Hat OpenShift Service on AWS (ROSA)
Apache License 2.0
56 stars 6 forks source link

change default: deprecate non-STS/IAM cluster creation #105

Open arendej opened 1 year ago

arendej commented 1 year ago

Eventually change the default action when creating a cluster so that STS is the default choice (today, non-STS, IAM is the default). rosa create cluster --sts creates STS cluster today. rosa create cluster creates IAM cluster today.

Soon the intention is to go with rosa create cluster creates STS cluster. rosa create cluster --non-sts would be necessary for non-STS clusters.