This project contains the rosa
command line tool that simplifies the use of Red Hat OpenShift Service on AWS, also known as ROSA.
Refer to the official ROSA documentation: https://access.redhat.com/products/red-hat-openshift-service-aws
- Follow the AWS Command Line Interface documentation to install and configure the AWS CLI for your operating system.
- Download the latest release of rosa and add it to your path.
- Initialize your AWS account by running
rosa init
and following the instructions. - Create your first ROSA cluster by running
rosa create cluster --interactive
If you'd like to build this project from source use the following steps:
- Checkout the repostiory into your
$GOPATH
go get -u github.com/openshift/rosa
cd
to the checkout out source directory
cd $GOPATH/src/github.com/openshift/rosa
- Install the binary (This will install to
$GOPATH/bin
)
make install
NOTE: If you don't have $GOPATH/bin
in your $PATH
you need to add it or move rosa
to a standard system directory eg. for Linux/OSX:
sudo mv $GOPATH/bin/rosa /usr/local/bin
We want to hear it. Open an issue against the repo and someone from the team will be in touch.