Skip to content

Commit f59b675

Browse files
authored
Merge pull request #95098 from openshift-cherrypick-robot/cherry-pick-95056-to-enterprise-4.17
[enterprise-4.17] OSDOCS-13319 - Shared VPC formatting changes.
2 parents 02232ee + 8b3c29a commit f59b675

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

modules/rosa-sharing-vpc-dns-and-roles.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,14 @@ $ rosa create operator-roles --oidc-config-id <oidc-config-ID> <1>
7272
The Installer account role and the shared VPC role must have a one-to-one relationship. If you want to create multiple shared VPC roles, you should create one set of account roles per shared VPC role.
7373
====
7474

75-
. After you create the Operator roles, share the full domain name, which is created with `<intended_cluster_domain_prefix>.<reserved_dns_domain>`, your _Ingress Operator Cloud Credentials_ role's ARN, and your _Installer_ role's ARN with the *VPC Owner* to continue configuration.
76-
+
75+
. After creating the Operator roles, share the following information with the *VPC Owner* to proceed with the configuration:
76+
77+
** The full domain name, `<intended_cluster_domain_prefix>.<reserved_dns_domain>`
78+
** The ARN for your Ingress Operator Cloud Credentials role.
79+
** The ARN for your Installer role.
80+
7781
The shared information resembles these examples:
78-
+
82+
7983
* ``my-rosa-cluster.14eo.p1.openshiftapps.com``
8084
* ``arn:aws:iam::111122223333:role/ManagedOpenShift-Installer-Role``
8185
* ``arn:aws:iam::111122223333:role/my-rosa-cluster-openshift-ingress-operator-cloud-credentials``

modules/rosa-sharing-vpc-hosted-zones.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ image::372_OpenShift_on_AWS_persona_worflows_0923_3.png[]
3939
]
4040
}
4141
----
42-
. Create a private hosted zone in the link:https://us-east-1.console.aws.amazon.com/route53/v2/[Route 53 section of the AWS console]. In the hosted zone configuration, the domain name is `<cluster_domain_prefix>.<reserved_dns_domain>`. The private hosted zone must be associated with the created VPC.
42+
. Create a private hosted zone in the link:https://us-east-1.console.aws.amazon.com/route53/v2/[Route 53 section of the AWS console]. Configure the hosted zone following these guidelines:
43+
44+
* Express the domain name as `<cluster_domain_prefix>.<reserved_dns_domain>`
45+
* Associate the private hosted zone with the created VPC.
4346
. After the hosted zone is created and associated with the VPC, provide the following to the *Cluster Creator* to continue configuration:
4447
* Hosted zone ID
4548
* AWS region

0 commit comments

Comments
 (0)