Skip to content

Commit d5a5f68

Browse files
authored
Merge pull request #78762 from laubai/osdocs-11291-various-hcp-corrections
OSDOCS-10984 OSDOCS-11291 Minor fix to section title and firewall
2 parents f535a32 + 8effe1b commit d5a5f68

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

modules/rosa-hcp-aws-private-create-cluster.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * rosa_hcp/rosa-hcp-aws-private-creating-cluster.adoc
44
:_mod-docs-content-type: PROCEDURE
55
[id="rosa-hcp-aws-private-create-cluster_{context}"]
6-
= Creating an AWS private cluster
6+
= Creating a private {hcp-title} cluster using the ROSA CLI
77

88
You can create a private cluster with multiple availability zones (Multi-AZ) on {hcp-title} using the ROSA command line interface (CLI), `rosa`.
99

@@ -84,4 +84,4 @@ If installation fails or the `State` field does not change to `ready` after 10 m
8484
[source,terminal]
8585
----
8686
$ rosa logs install --cluster=<cluster_name> --watch
87-
----
87+
----

modules/rosa-hcp-firewall-prerequisites.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ endif::rosa-classic-sts[]
6464
|443
6565
|Required. Hosts a signature store that a container client requires for verifying images when pulling them from `registry.access.redhat.com`.
6666

67+
|`api.openshift.com`
68+
|443
69+
|Required. Used to check for available updates to the cluster.
70+
6771
|`mirror.openshift.com`
6872
|443
6973
|Required. Used to access mirrored installation content and images. This site is also a source of release image signatures, although the Cluster Version Operator (CVO) needs only a single functioning source.
@@ -138,4 +142,4 @@ ifeval::["{context}" == "rosa-sts-aws-prereqs"]
138142
endif::[]
139143
ifeval::["{context}" == "rosa-hcp-aws-prereqs"]
140144
:!hcp:
141-
endif::[]
145+
endif::[]

rosa_hcp/rosa-hcp-aws-private-creating-cluster.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/attributes-openshift-dedicated.adoc[]
66

77
toc::[]
88

9-
This document describes how to create a {hcp-title-first} private cluster.
9+
For {hcp-title-first} workloads that do not require public internet access, you can create a private cluster.
1010

1111
//include::modules/osd-aws-privatelink-about.adoc[leveloffset=+1]
1212
//include::modules/osd-aws-privatelink-required-resources.adoc[leveloffset=+1]
@@ -24,7 +24,8 @@ xref:../rosa_install_access_delete_clusters/rosa-sts-config-identity-providers.a
2424
[id="additional-resources_rosa-hcp-aws-privatelink-creating-cluster"]
2525
== Additional resources
2626

27-
* xref:../rosa_planning/rosa-sts-aws-prereqs.adoc#osd-aws-privatelink-firewall-prerequisites_rosa-sts-aws-prereqs[AWS PrivateLink firewall prerequisites]
27+
* xref:../rosa_planning/rosa-sts-aws-prereqs.adoc#rosa-hcp-firewall-prerequisites_rosa-sts-aws-prereqs[AWS PrivateLink firewall prerequisites]
28+
//* xref:../rosa_planning/rosa-sts-aws-prereqs.adoc#osd-aws-privatelink-firewall-prerequisites_rosa-sts-aws-prereqs[AWS PrivateLink firewall prerequisites]
2829
* xref:../rosa_getting_started/rosa-sts-getting-started-workflow.adoc#rosa-sts-overview-of-the-deployment-workflow[Overview of the ROSA with STS deployment workflow]
2930
* xref:../rosa_install_access_delete_clusters/rosa-sts-deleting-cluster.adoc#rosa-sts-deleting-cluster[Deleting a ROSA cluster]
3031
* xref:../architecture/rosa-architecture-models.adoc#rosa-architecture-models[ROSA architecture models]

0 commit comments

Comments
 (0)