Skip to content

Commit 3b79d46

Browse files
committed
Update ROSA docs
Update Red Hat documentation links. Bump also version in the example to a more recent and supported one.
1 parent 97cc94c commit 3b79d46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/book/src/topics/rosa/creating-a-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Follow the guide [here](https://docs.aws.amazon.com/ROSA/latest/userguide/gettin
9393

9494
1. Prepare the environment:
9595
```bash
96-
export OPENSHIFT_VERSION="4.14.5"
96+
export OPENSHIFT_VERSION="4.18.23"
9797
export AWS_REGION="us-west-2"
9898
export AWS_AVAILABILITY_ZONE="us-west-2a"
9999
export AWS_ACCOUNT_ID="<account_id>"
@@ -151,7 +151,7 @@ Follow the guide [here](https://docs.aws.amazon.com/ROSA/latest/userguide/gettin
151151

152152
see [Multi-tenancy](../multitenancy.md) for more details
153153

154-
1. Finally apply the manifest to create your Rosa cluster:
154+
1. Finally apply the manifest to create your ROSA cluster:
155155
```shell
156156
kubectl apply -f rosa-capi-cluster.yaml
157157
```

docs/book/src/topics/rosa/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
The AWS provider supports creating Red Hat OpenShift Service on AWS ([ROSA](https://www.redhat.com/en/technologies/cloud-computing/openshift/aws)) based cluster. Currently the following features are supported:
99

10-
- Provisioning/Deleting a ROSA cluster with hosted control planes ([HCP](https://docs.openshift.com/rosa/rosa_hcp/rosa-hcp-sts-creating-a-cluster-quickly.html))
10+
- Provisioning/Deleting a ROSA cluster with hosted control planes ([HCP](https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/4))
1111

1212
The implementation introduces the following CRD kinds:
1313

@@ -23,4 +23,4 @@ A new template is available in the templates folder for creating a managed ROSA
2323
* [Creating MachinePools](creating-rosa-machinepools.md)
2424
* [Upgrades](upgrades.md)
2525
* [External Auth Providers](external-auth.md)
26-
* [Support](support.md)
26+
* [Support](support.md)

0 commit comments

Comments
 (0)