ROSA Support in the AWS Provider

  • Feature status: Experimental
  • Feature gate (required): ROSA=true

Overview

The AWS provider supports creating Red Hat OpenShift Service on AWS (ROSA) based cluster. Currently the following features are supported:

  • Provisioning/Deleting a ROSA cluster with hosted control planes (HCP)

The implementation introduces the following CRD kinds:

  • ROSAControlPlane - specifies the ROSA Cluster in AWS
  • ROSACluster - needed only to satisfy cluster-api contract

A new template is available in the templates folder for creating a managed ROSA workload cluster.

SEE ALSO