You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/book/src/topics/rosa/creating-a-cluster.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Creating a ROSA cluster
1
+
# Creating a ROSA HCP cluster
2
2
3
3
## Permissions
4
4
### Authentication using service account credentials
5
-
CAPA controller requires service account credentials to be able to provision ROSA clusters:
5
+
CAPA controller requires service account credentials to be able to provision ROSA HCP clusters:
6
6
1. Visit [https://console.redhat.com/iam/service-accounts](https://console.redhat.com/iam/service-accounts) and create a service account. If you already have a service account, you can skip this step.
7
7
8
8
For every newly created service account, make sure to activate the account using the [ROSA command line tool](https://github.com/openshift/rosa). First, log in using your newly created service account
@@ -87,9 +87,9 @@ The SSO offline token is being deprecated and it is recommended to use service a
87
87
88
88
## Prerequisites
89
89
90
-
Follow the guide [here](https://docs.aws.amazon.com/ROSA/latest/userguide/getting-started-hcp.html) up until [Step 3](https://docs.aws.amazon.com/ROSA/latest/userguide/getting-started-hcp.html#getting-started-hcp-step-3)
90
+
Follow the guide [here](https://docs.aws.amazon.com/ROSA/latest/userguide/getting-started-hcp.html) up until [Step 3](https://docs.aws.amazon.com/ROSA/latest/userguide/getting-started-hcp.html#getting-started-hcp-step-3)
91
91
to install the required tools and setup the prerequisite infrastructure.
92
-
Once Step 3 is done, you will be ready to proceed with creating a ROSA cluster using cluster-api.
92
+
Once Step 3 is done, you will be ready to proceed with creating a ROSA HCP cluster using cluster-api.
93
93
94
94
## Creating the cluster
95
95
@@ -106,11 +106,11 @@ Once Step 3 is done, you will be ready to proceed with creating a ROSA cluster u
106
106
export OPERATOR_ROLES_PREFIX="capi-rosa-quickstart"# prefix used to create operator roles with `rosa create operator-roles --prefix <PREFIX_NAME>`
Copy file name to clipboardexpand all lines: docs/book/src/topics/rosa/support.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Create issue for ROSA
2
2
3
-
When creating issue for ROSA-HCP cluster, include the logs for the capa-controller-manager and capi-controller-manager deployment pods. The logs can be saved to text file using the commands below. Also include the yaml files for all the resources used to create the ROSA cluster:
3
+
When creating issue for ROSAHCP cluster, include the logs for the capa-controller-manager and capi-controller-manager deployment pods. The logs can be saved to text file using the commands below. Also include the yaml files for all the resources used to create the ROSA HCP cluster:
0 commit comments