Creating a Regionalized Cluster - RedHatInsights/uhc-portal GitHub Wiki
Using the ROSA CLI
- Update your rosa CLI to at least v1.2.41
- Run this command to log in
rosa login --use-auth-code --rh-region=ap-southeast-1
- Use the CLI to create an HCP cluster as you normally would
- Run this command to switch back to global OCM to create/view clusters in other regions
rosa login --use-auth-code --rh-region=global
Using the UI
- Go to the “Set up Red Hat OpenShift Service on AWS (ROSA)” at: https://console.dev.redhat.com/openshift/create/rosa/getstarted
- Ensure that you have finished all the prerequisites
- Click on “Create with web interface” to open the ROSA wizard
- In step 1 (Control plane), ensure that “Hosted” is selected, and click on Next
- In step 2 (Accounts and roles) enter your AWS infrastructure and billing accounts, and click on Next
- In step 3 (Cluster details) choose “ap-southeast-1” for the region
- Continue with the rest of the wizard
UI Bugs, requests for access, etc
Contact Kim Doberstein on Slack
Viewing a Regionalized Cluster
Using the ROSA CLI
- Update your rosa CLI to at least v1.2.41
- Run this command to log in
rosa login --use-auth-code --rh-region=ap-southeast-1
- Use the CLI to list or view clusters as you normally would
- Run this command to switch back to global OCM to view clusters in other regions
rosa login --use-auth-code --rh-region=global
Using the UI
-
Go to the cluster list at: https://console.redhat.com/openshift/cluster-list
-
Ensure that your regionalized lister is displayed in the list
-
Click on your cluster name to view details
UI Bugs, requests for access, etc
Contact Kim Doberstein on Slack