Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add task for ROSA cluster provisioning #32

Open
trepel opened this issue Jul 24, 2024 · 0 comments
Open

Add task for ROSA cluster provisioning #32

trepel opened this issue Jul 24, 2024 · 0 comments

Comments

@trepel
Copy link
Contributor

trepel commented Jul 24, 2024

Summary

This task should provision a new ROSA (Red Hat Openshift on AWS) cluster. The way of doing this I am aware of is to use rosa cli tool. The end goal is to have a pipeline capable of creating cluster, installing Kuadrant, running tests, cleaning up. So do also an OCP cleanup task as part of this.

Documentation
https://docs.openshift.com/rosa/rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-quickly.html

Example

rosa create cluster --cluster-name my-cluster-name --region us-east-1 --compute-machine-type m5.xlarge --replicas 6 --multi-az --sts --mode auto -y

rosa delete cluster --cluster=my-cluster-name -y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant