Skip to content

Commit 3f49edc

Browse files
authored
Merge pull request #103257 from brendan-daly-red-hat/OSDOCS-16989_2
OSDOCS-16989_2#updating CQAs
2 parents 3781a4c + aebbead commit 3f49edc

23 files changed

+227
-181
lines changed

installing/installing_aws/installing-aws-account.adoc

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
:_mod-docs-content-type: ASSEMBLY
2-
[id="installing-aws-account"]
3-
= Configuring an AWS account
42
include::_attributes/common-attributes.adoc[]
3+
[id="installing-aws-account"]
4+
= Configuring an {aws-short} account
5+
56
:context: installing-aws-account
67

78
toc::[]
89

10+
[role="_abstract"]
911
Before you can install {product-title}, you must configure an
10-
Amazon Web Services (AWS) account.
12+
{aws-first} account.
1113

1214
include::modules/installation-aws-route53.adoc[leveloffset=+1]
1315

@@ -35,9 +37,8 @@ include::modules/installation-aws-marketplace.adoc[leveloffset=+1]
3537

3638
include::modules/installation-aws-regions.adoc[leveloffset=+1]
3739

38-
== Next steps
39-
40-
* Install an {product-title} cluster:
41-
** xref:../../installing/installing_aws/ipi/installing-aws-default.adoc#installing-aws-default[Quickly install a cluster] with default options on installer-provisioned infrastructure
42-
** xref:../../installing/installing_aws/ipi/installing-aws-customizations.adoc#installing-aws-customizations[Install a cluster with cloud customizations on installer-provisioned infrastructure]
43-
** xref:../../installing/installing_aws/upi/installing-aws-user-infra.adoc#installing-aws-user-infra[Installing a cluster on user-provisioned infrastructure in AWS by using CloudFormation templates]
40+
[role="_additional-resources"]
41+
.Additional resources
42+
* xref:../../installing/installing_aws/ipi/installing-aws-default.adoc#installing-aws-default[Quickly install a cluster]
43+
* xref:../../installing/installing_aws/ipi/installing-aws-customizations.adoc#installing-aws-customizations[Install a cluster with cloud customizations on installer-provisioned infrastructure]
44+
* xref:../../installing/installing_aws/upi/installing-aws-user-infra.adoc#installing-aws-user-infra[Installing a cluster on user-provisioned infrastructure in AWS by using CloudFormation templates]
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
:_mod-docs-content-type: ASSEMBLY
2-
[id="installing-aws-three-node"]
3-
= Installing a three-node cluster on AWS
42
include::_attributes/common-attributes.adoc[]
3+
[id="installing-aws-three-node"]
4+
= Installing a three-node cluster on {aws-short}
55
:context: installing-aws-three-node
66

77
toc::[]
88

9-
In {product-title} version {product-version}, you can install a three-node cluster on Amazon Web Services (AWS). A three-node cluster consists of three control plane machines, which also act as compute machines. This type of cluster provides a smaller, more resource efficient cluster, for cluster administrators and developers to use for testing, development, and production.
9+
[role="_abstract"]
10+
In {product-title} version {product-version}, you can install a three-node cluster on {aws-first}. A three-node cluster consists of three control plane machines, which also act as compute machines.
11+
12+
This type of cluster provides a smaller, more resource efficient cluster, for cluster administrators and developers to use for testing, development, and production.
1013

1114
You can install a three-node cluster using either installer-provisioned or user-provisioned infrastructure.
1215

1316
[NOTE]
1417
====
15-
Deploying a three-node cluster using an AWS Marketplace image is not supported.
18+
Deploying a three-node cluster using an {aws-short} Marketplace image is not supported.
1619
====
1720

1821
include::modules/installation-three-node-cluster-cloud-provider.adoc[leveloffset=+1]
1922

20-
== Next steps
23+
== Additional resources
2124
* xref:../../installing/installing_aws/ipi/installing-aws-customizations.adoc#installing-aws-customizations[Installing a cluster on AWS with customizations]
2225
* xref:../../installing/installing_aws/upi/installing-aws-user-infra.adoc#installing-aws-user-infra[Installing a cluster on user-provisioned infrastructure in AWS by using CloudFormation templates]

installing/installing_aws/ipi/ipi-aws-preparing-to-install.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
You prepare to install an {product-title} cluster on AWS by completing the following steps:
9+
[role="_abstract"]
10+
To install an {product-title} cluster on {aws-first}, you must verify your internet connectivity, download the installation program, install the {oc-first}, and generate an SSH key pair.
11+
12+
If required, you also need to manually create long-term credentials for {aws-short} or configure an {aws-short} cluster to use short-term credentials with Amazon Web Services Security Token Service ({aws-short} STS).
13+
14+
The following list outlines in detail the steps to prepare to install an {product-title} cluster on {aws-short}:
1015

1116
* Verifying internet connectivity for your cluster.
1217
13-
* xref:../../../installing/installing_aws/installing-aws-account.adoc#installing-aws-account[Configuring an AWS account].
18+
* xref:../../../installing/installing_aws/installing-aws-account.adoc#installing-aws-account[Configuring an aws-short} account].
1419
1520
* Downloading the installation program.
1621
+
@@ -26,7 +31,7 @@ If you are installing in a disconnected environment, install `oc` to the mirror
2631
====
2732
* Generating an SSH key pair. You can use this key pair to authenticate into the {product-title} cluster's nodes after it is deployed.
2833
29-
* If the cloud identity and access management (IAM) APIs are not accessible in your environment, or if you do not want to store an administrator-level credential secret in the `kube-system` namespace, xref:../../../installing/installing_aws/ipi/installing-aws-customizations.adoc#manually-create-iam_installing-aws-customizations[manually creating long-term credentials for AWS] or xref:../../../installing/installing_aws/ipi/installing-aws-customizations.adoc#installing-aws-with-short-term-creds_installing-aws-customizations[configuring an AWS cluster to use short-term credentials] with Amazon Web Services Security Token Service (AWS STS).
34+
* If the cloud identity and access management (IAM) APIs are not accessible in your environment, or if you do not want to store an administrator-level credential secret in the `kube-system` namespace, xref:../../../installing/installing_aws/ipi/installing-aws-customizations.adoc#manually-create-iam_installing-aws-customizations[manually creating long-term credentials for {aws-short}] or xref:../../../installing/installing_aws/ipi/installing-aws-customizations.adoc#installing-aws-with-short-term-creds_installing-aws-customizations[configuring an {aws-short} cluster to use short-term credentials] with ({aws-short} STS).
3035
3136
include::modules/cluster-entitlements.adoc[leveloffset=+1]
3237

Lines changed: 19 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,36 @@
11
:_mod-docs-content-type: ASSEMBLY
2-
[id="preparing-to-install-on-aws"]
2+
[id="installing-methods-aws"]
33
= Installation methods
44
include::_attributes/common-attributes.adoc[]
55
:context: preparing-to-install-on-aws
66

77
toc::[]
88

9-
You can install {product-title} on Amazon Web Services (AWS) using installer-provisioned or user-provisioned infrastructure. The default installation type uses installer-provisioned infrastructure, where the installation program provisions the underlying infrastructure for the cluster. You can also install {product-title} on infrastructure that you provision. If you do not use infrastructure that the installation program provisions, you must manage and maintain the cluster resources yourself. You can also install {product-title} on a single node, which is a specialized installation method that is ideal for edge computing environments.
9+
[role="_abstract"]
10+
You can install {product-title} on {aws-full} using installer-provisioned, user-provisioned infrastructure, or on a single node, depending on the needs of your use case.
1011

11-
[id="choosing-an-method-to-install-ocp-on-aws-installer-provisioned"]
12-
== Installing a cluster on installer-provisioned infrastructure
12+
The default installation type uses installer-provisioned infrastructure, where the installation program provisions the underlying infrastructure for the cluster.
1313

14-
You can install a cluster on AWS infrastructure that is provisioned by the {product-title} installation program, by using one of the following methods:
14+
You can also install {product-title} on infrastructure that you provision. If you do not use infrastructure that the installation program provisions, you must manage and maintain the cluster resources yourself.
1515

16-
* **xref:../../installing/installing_aws/ipi/installing-aws-default.adoc#installing-aws-default[Installing a cluster quickly on AWS]**: You can install {product-title} on AWS infrastructure that is provisioned by the {product-title} installation program. You can install a cluster quickly by using the default configuration options.
16+
You can also install {product-title} on a single node, which is a specialized installation method that is ideal for edge computing environments.
1717

18-
* **xref:../../installing/installing_aws/ipi/installing-aws-customizations.adoc#installing-aws-customizations[Installing a customized cluster on AWS]**: You can install a customized cluster on AWS infrastructure that the installation program provisions. You can also customize your {product-title} network configuration during installation, so that your cluster can coexist with your existing IP address allocations and adhere to your network requirements. The installation program allows for some customization to be applied at the installation stage. Many other customization options are available xref:../../post_installation_configuration/cluster-tasks.adoc#post-install-cluster-tasks[post-installation].
18+
include::modules/installing-aws-ipi.adoc[leveloffset=+1]
1919

20-
* **xref:../../installing/installing_aws/ipi/installing-restricted-networks-aws-installer-provisioned.adoc#installing-restricted-networks-aws-installer-provisioned[Installing a cluster on AWS in a restricted network]**: You can install {product-title} on AWS on installer-provisioned infrastructure by using an internal mirror of the installation release content. You can use this method to install a cluster that does not require an active internet connection to obtain the software components.
20+
include::modules/installing-aws-upi.adoc[leveloffset=+1]
2121

22-
* **xref:../../installing/installing_aws/ipi/installing-aws-vpc.adoc#installing-aws-vpc[Installing a cluster on an existing Virtual Private Cloud]**: You can install {product-title} on an existing AWS Virtual Private Cloud (VPC). You can use this installation method if you have constraints set by the guidelines of your company, such as limits when creating new accounts or infrastructure.
23-
24-
* **xref:../../installing/installing_aws/ipi/installing-aws-private.adoc#installing-aws-private[Installing a private cluster on an existing VPC]**: You can install a private cluster on an existing AWS VPC. You can use this method to deploy {product-title} on an internal network that is not visible to the internet.
25-
26-
* **xref:../../installing/installing_aws/ipi/installing-aws-specialized-region.adoc#installing-aws-specialized-region[Installing a cluster on AWS into a government or secret region]**: {product-title} can be deployed into AWS regions that are specifically designed for US government agencies at the federal, state, and local level, as well as contractors, educational institutions, and other US customers that must run sensitive workloads in the cloud.
27-
28-
[id="choosing-an-method-to-install-ocp-on-aws-user-provisioned"]
29-
== Installing a cluster on user-provisioned infrastructure
30-
31-
You can install a cluster on AWS infrastructure that you provision, by using one of the following methods:
32-
33-
* **xref:../../installing/installing_aws/upi/installing-aws-user-infra.adoc#installing-aws-user-infra[Installing a cluster on AWS infrastructure that you provide]**: You can install {product-title} on AWS infrastructure that you provide. You can use the provided CloudFormation templates to create stacks of AWS resources that represent each of the components required for an {product-title} installation.
34-
35-
* **xref:../../installing/installing_aws/upi/installing-restricted-networks-aws.adoc#installing-restricted-networks-aws[Installing a cluster on AWS in a restricted network with user-provisioned infrastructure]**: You can install {product-title} on AWS infrastructure that you provide by using an internal mirror of the installation release content. You can use this method to install a cluster that does not require an active internet connection to obtain the software components. You can also use this installation method to ensure that your clusters only use container images that satisfy your organizational controls on external content. While you can install {product-title} by using the mirrored content, your cluster still requires internet access to use the AWS APIs.
36-
37-
[id="choosing-an-method-to-install-ocp-on-aws-single-node"]
38-
== Installing a cluster on a single node
39-
40-
Installing {product-title} on a single node alleviates some of the requirements for high availability and large scale clusters. However, you must address the xref:../../installing/installing_sno/install-sno-preparing-to-install-sno.adoc#install-sno-requirements-for-installing-on-a-single-node_install-sno-preparing[requirements for installing on a single node], and the xref:../../installing/installing_sno/install-sno-installing-sno.adoc#additional-requirements-for-installing-sno-on-a-cloud-provider_install-sno-installing-sno-with-the-assisted-installer[additional requirements for installing {sno} on a cloud provider]. After addressing the requirements for single node installation, use the xref:../../installing/installing_aws/ipi/installing-aws-customizations.adoc#installing-aws-customizations[Installing a customized cluster on AWS] procedure to install the cluster. The xref:../../installing/installing_sno/install-sno-installing-sno.adoc#install-sno-installing-sno-manually[installing single-node OpenShift manually] section contains an exemplary `install-config.yaml` file when installing an {product-title} cluster on a single node.
22+
include::modules/installing-aws-single-node.adoc[leveloffset=+1]
4123

4224
[role="_additional-resources"]
43-
[id="preparing-to-install-on-aws-additional-resources"]
25+
[id="installing-methods-aws-ipi-additional-resources"]
4426
== Additional resources
27+
* xref:../../installing/installing_aws/ipi/installing-aws-default.adoc#installing-aws-default[Installing a cluster quickly on AWS]
28+
* xref:../../installing/installing_aws/ipi/installing-aws-customizations.adoc#installing-aws-customizations[Installing a customized cluster on AWS]
29+
* xref:../../post_installation_configuration/cluster-tasks.adoc#post-install-cluster-tasks[Post-installation]
30+
* xref:../../installing/installing_aws/ipi/installing-restricted-networks-aws-installer-provisioned.adoc#installing-restricted-networks-aws-installer-provisioned[Installing a cluster on AWS in a restricted network]
31+
* xref:../../installing/installing_aws/ipi/installing-aws-vpc.adoc#installing-aws-vpc[Installing a cluster on an existing Virtual Private Cloud]
32+
* xref:../../installing/installing_aws/ipi/installing-aws-private.adoc#installing-aws-private[Installing a private cluster on an existing VPC]
33+
* xref:../../installing/installing_aws/ipi/installing-aws-specialized-region.adoc#installing-aws-specialized-region[Installing a cluster on AWS into a government or secret region]
34+
* xref:../../installing/installing_aws/upi/installing-aws-user-infra.adoc#installing-aws-user-infra[Installing a cluster on AWS infrastructure that you provide]
35+
* xref:../../installing/installing_aws/upi/installing-restricted-networks-aws.adoc#installing-restricted-networks-aws[Installing a cluster on AWS in a restricted network with user-provisioned infrastructure]
4536
* xref:../../architecture/architecture-installation.adoc#installation-process_architecture-installation[Installation process]
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
:_mod-docs-content-type: ASSEMBLY
2-
[id="uninstalling-cluster-aws"]
3-
= Uninstalling a cluster on AWS
42
include::_attributes/common-attributes.adoc[]
3+
[id="uninstalling-cluster-aws"]
4+
= Uninstalling a cluster on {aws-short}
55
:context: uninstall-cluster-aws
66

77
toc::[]
88

9-
You can remove a cluster that you deployed to Amazon Web Services (AWS).
9+
[role="_abstract"]
10+
You can remove a cluster that you deployed to {aws-first}.
1011

1112
include::modules/installation-uninstall-clouds.adoc[leveloffset=+1]
1213

@@ -16,9 +17,9 @@ include::modules/installation-aws-delete-cluster.adoc[leveloffset=+1]
1617

1718
[role="_additional-resources"]
1819
[id="installing-localzone-additional-resources"]
19-
.Additional resources
20+
== Additional resources
2021

21-
* See link:https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html[Working with stacks] in the AWS documentation for more information about AWS CloudFormation stacks.
22+
* link:https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html[Working with stacks]
2223
* link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#opt-in-local-zone[Opt into AWS Local Zones]
2324
* link:https://aws.amazon.com/about-aws/global-infrastructure/localzones/locations[AWS Local Zones available locations]
2425
* link:https://aws.amazon.com/about-aws/global-infrastructure/localzones/features[AWS Local Zones features]

0 commit comments

Comments
 (0)