-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[WIP] OSDOCS-16402: CQA fixes for ROSA HCP Tutorials (part 1) #113885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| :_mod-docs-content-type: ASSEMBLY | ||
| [id="cloud-experts-consistent-egress-ip"] | ||
| = Tutorial: Assigning a consistent egress IP for external traffic | ||
| = Tutorial: Assign a consistent egress IP for external traffic | ||
|
|
||
| include::_attributes/attributes-openshift-dedicated.adoc[] | ||
| include::_attributes/common-attributes.adoc[] | ||
|
|
@@ -13,19 +13,17 @@ This tutorial teaches you how to configure a set of predictable IP addresses for | |
|
|
||
| By default, {product-title} uses the OVN-Kubernetes container network interface (CNI) to assign random IP addresses from a pool. This can make configuring security lockdowns unpredictable or open. | ||
|
|
||
| ifndef::openshift-rosa-hcp[] | ||
| // Assembly configuring-egress-ips-ovn is commented out of the ROSA HCP topic map (as of June 2026). | ||
| ifdef::openshift-rosa[] | ||
| See xref:../networking/ovn_kubernetes_network_provider/configuring-egress-ips-ovn.adoc#configuring-egress-ips-ovn[Configuring an egress IP address] for more information. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.ConceptLink: Move all links and cross references to Additional resources. |
||
| endif::openshift-rosa-hcp[] | ||
| ifdef::openshift-rosa-hcp[] | ||
| See link:https://docs.openshift.com/rosa/networking/ovn_kubernetes_network_provider/configuring-egress-ips-ovn.html[Configuring an egress IP address] for more information. | ||
| endif::openshift-rosa-hcp[] | ||
| endif::openshift-rosa[] | ||
|
|
||
| == Prerequisites | ||
|
|
||
| * A {product-title} cluster deployed with OVN-Kubernetes | ||
| * The xref:../cli_reference/openshift_cli/getting-started-cli.adoc#cli-getting-started[OpenShift CLI] (`oc`) | ||
| * The xref:../cli_reference/rosa_cli/rosa-get-started-cli.adoc#rosa-get-started-cli[ROSA CLI] (`rosa`) | ||
| * link:https://stedolan.github.io/jq/[`jq`] | ||
| * The xref:../cli_reference/openshift_cli/getting-started-cli.adoc#cli-getting-started[{oc-first}] | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.ConceptLink: Move all links and cross references to Additional resources. |
||
| * The xref:../cli_reference/rosa_cli/rosa-get-started-cli.adoc#rosa-get-started-cli[{rosa-cli-first}] | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.ConceptLink: Move all links and cross references to Additional resources. |
||
| * link:https://jqlang.org/[`jq`] | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.ConceptLink: Move all links and cross references to Additional resources. |
||
|
|
||
| include::modules/egress-ip-env-variables.adoc[leveloffset=+1] | ||
| include::modules/egress-ip-capacity.adoc[leveloffset=+1] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,16 @@ | ||
| :_mod-docs-content-type: ASSEMBLY | ||
| [id="cloud-experts-custom-dns-resolver"] | ||
| = Tutorial: Deploying {product-title} with a Custom DNS Resolver | ||
| = Tutorial: Deploy {product-title} with a custom DNS resolver | ||
|
|
||
| include::_attributes/attributes-openshift-dedicated.adoc[] | ||
| :context: cloud-experts-custom-dns-resolver | ||
|
|
||
| toc::[] | ||
|
|
||
| [role="_abstract"] | ||
| A link:https://docs.aws.amazon.com/vpc/latest/userguide/DHCPOptionSet.html[custom DHCP option set] enables you to customize your VPC with your own DNS server, domain name, and more. {product-title} clusters support using custom DHCP option sets. By default, {product-title} clusters require setting the "domain name servers" option to `AmazonProvidedDNS` to ensure successful cluster creation and operation. Customers who want to use custom DNS servers for DNS resolution must do additional configuration to ensure successful {product-title} cluster creation and operation. | ||
| A link:https://docs.aws.amazon.com/vpc/latest/userguide/DHCPOptionSet.html[custom Dynamic Host Configuration Protocol (DHCP) option set] enables you to customize your Virtual Private Cloud (VPC) with your own Domain Name System (DNS) server, domain name, and more. {product-title} clusters support using custom DHCP option sets. By default, {product-title} clusters require setting the "domain name servers" option to `AmazonProvidedDNS` to ensure successful cluster creation and operation. Customers who want to use custom DNS servers for DNS resolution must do additional configuration to ensure successful {product-title} cluster creation and operation. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.ConceptLink: Move all links and cross references to Additional resources. |
||
|
|
||
| In this tutorial, we will configure our DNS server to forward DNS lookups for specific DNS zones (further detailed below) to an link:https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html[Amazon Route 53 Inbound Resolver]. | ||
| In this tutorial, we will configure our DNS server to forward DNS lookups for specific DNS zones (further detailed below) to an link:https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html[Amazon Route 53 Inbound Resolver]. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.ConceptLink: Move all links and cross references to Additional resources. |
||
|
|
||
| [NOTE] | ||
| ==== | ||
|
|
@@ -19,7 +19,7 @@ This tutorial uses the open-source BIND DNS server (`named`) to demonstrate the | |
|
|
||
| == Prerequisites | ||
|
|
||
| * ROSA CLI (`rosa`) | ||
| * {rosa-cli-first} | ||
| * AWS CLI (`aws`) | ||
| ifdef::openshift-rosa[] | ||
| * A manually created AWS VPC | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 [error] AsciiDocDITA.ConceptLink: Move all links and cross references to Additional resources.