Skip to content

Commit 4556f73

Browse files
Merge pull request #77702 from snarayan-redhat/OSDOCS#10761
OSDOCS#10761: Reorg for "Preparing for install" section
2 parents 25171e4 + 1c7c857 commit 4556f73

15 files changed

+88
-74
lines changed

_topic_maps/_topic_map.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,16 +200,16 @@ Topics:
200200
Dir: installing_azure
201201
Distros: openshift-origin,openshift-enterprise
202202
Topics:
203-
- Name: Preparing to install
203+
- Name: Installation methods
204204
File: preparing-to-install-on-azure
205205
- Name: Configuring an Azure account
206206
File: installing-azure-account
207-
- Name: Enabling user-managed encryption
208-
File: enabling-user-managed-encryption-azure
209207
- Name: Installer-provisioned infrastructure
210208
Dir: ipi
211209
Distros: openshift-origin,openshift-enterprise
212210
Topics:
211+
- Name: Preparing to install a cluster
212+
File: installing-azure-preparing-ipi
213213
- Name: Installing a cluster
214214
File: installing-azure-default
215215
- Name: Installing a cluster with customizations
@@ -228,6 +228,8 @@ Topics:
228228
Dir: upi
229229
Distros: openshift-origin,openshift-enterprise
230230
Topics:
231+
- Name: Preparing to install a cluster
232+
File: installing-azure-preparing-upi
231233
- Name: Installing a cluster in a restricted network with user-provisioned infrastructure
232234
File: installing-restricted-networks-azure-user-provisioned
233235
- Name: Installing a cluster using ARM templates

installing/installing_azure/enabling-user-managed-encryption-azure.adoc

Lines changed: 0 additions & 21 deletions
This file was deleted.

installing/installing_azure/ipi/installing-azure-customizations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ parameters in the `install-config.yaml` file before you install the cluster.
1818
* You read the documentation on xref:../../../installing/installing-preparing.adoc#installing-preparing[selecting a cluster installation method and preparing it for users].
1919
* You xref:../../../installing/installing_azure/installing-azure-account.adoc#installing-azure-account[configured an Azure account] to host the cluster and determined the tested and validated region to deploy the cluster to.
2020
* If you use a firewall, you xref:../../../installing/install_config/configuring-firewall.adoc#configuring-firewall[configured it to allow the sites] that your cluster requires access to.
21-
* If you use customer-managed encryption keys, you xref:../../../installing/installing_azure/enabling-user-managed-encryption-azure.adoc#enabling-user-managed-encryption-azure[prepared your Azure environment for encryption].
21+
* If you use customer-managed encryption keys, you xref:../../../installing/installing_azure/ipi/installing-azure-preparing-ipi.adoc#preparing-disk-encryption-sets_installing-azure-preparing-ipi[prepared your Azure environment for encryption].
2222

2323
include::modules/cluster-entitlements.adoc[leveloffset=+1]
2424

installing/installing_azure/ipi/installing-azure-default.adoc

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,15 @@ toc::[]
99
In {product-title} version {product-version}, you can install a cluster on
1010
Microsoft Azure that uses the default configuration options.
1111

12-
== Prerequisites
13-
14-
* You reviewed details about the xref:../../../architecture/architecture-installation.adoc#architecture-installation[{product-title} installation and update] processes.
15-
* You read the documentation on xref:../../../installing/installing-preparing.adoc#installing-preparing[selecting a cluster installation method and preparing it for users].
16-
* You xref:../../../installing/installing_azure/installing-azure-account.adoc#installing-azure-account[configured an Azure account] to host the cluster and determined the tested and validated region to deploy the cluster to.
17-
* If you use a firewall, you xref:../../../installing/install_config/configuring-firewall.adoc#configuring-firewall[configured it to allow the sites] that your cluster requires access to.
18-
19-
include::modules/cluster-entitlements.adoc[leveloffset=+1]
20-
21-
include::modules/ssh-agent-using.adoc[leveloffset=+1]
22-
23-
include::modules/installation-obtaining-installer.adoc[leveloffset=+1]
24-
2512
include::modules/installation-launching-installer.adoc[leveloffset=+1]
2613

27-
include::modules/cli-installing-cli.adoc[leveloffset=+1]
28-
2914
include::modules/cli-logging-in-kubeadmin.adoc[leveloffset=+1]
3015

3116
[role="_additional-resources"]
3217
.Additional resources
3318

3419
* See xref:../../../web_console/web-console.adoc#web-console[Accessing the web console] for more details about accessing and understanding the {product-title} web console.
3520
36-
include::modules/cluster-telemetry.adoc[leveloffset=+1]
37-
38-
[role="_additional-resources"]
39-
.Additional resources
40-
41-
* See xref:../../../support/remote_health_monitoring/about-remote-health-monitoring.adoc#about-remote-health-monitoring[About remote health monitoring] for more information about the Telemetry service
42-
4321
== Next steps
4422

4523
* xref:../../../post_installation_configuration/cluster-tasks.adoc#available_cluster_customizations[Customize your cluster].

installing/installing_azure/ipi/installing-azure-government-region.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cluster.
1818
* You xref:../../../installing/installing_azure/installing-azure-account.adoc#installing-azure-account[configured an Azure account] to host the cluster and determined the tested and validated government region to deploy the cluster to.
1919
* If you use a firewall, you xref:../../../installing/install_config/configuring-firewall.adoc#configuring-firewall[configured it to allow the sites] that your cluster requires access to.
2020
* 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, you can xref:../../../installing/installing_azure/ipi/installing-azure-customizations.adoc#manually-create-iam_installing-azure-customizations[manually create and maintain long-term credentials].
21-
* If you use customer-managed encryption keys, you xref:../../../installing/installing_azure/enabling-user-managed-encryption-azure.adoc#enabling-user-managed-encryption-azure[prepared your Azure environment for encryption].
21+
* If you use customer-managed encryption keys, you xref:../../../installing/installing_azure/ipi/installing-azure-preparing-ipi.adoc#preparing-disk-encryption-sets_installing-azure-preparing-ipi[prepared your Azure environment for encryption].
2222

2323
include::modules/installation-azure-about-government-region.adoc[leveloffset=+1]
2424

installing/installing_azure/ipi/installing-azure-network-customizations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cluster.
2222
* You read the documentation on xref:../../../installing/installing-preparing.adoc#installing-preparing[selecting a cluster installation method and preparing it for users].
2323
* You xref:../../../installing/installing_azure/installing-azure-account.adoc#installing-azure-account[configured an Azure account] to host the cluster and determined the tested and validated region to deploy the cluster to.
2424
* If you use a firewall, you xref:../../../installing/install_config/configuring-firewall.adoc#configuring-firewall[configured it to allow the sites] that your cluster requires access to.
25-
* If you use customer-managed encryption keys, you xref:../../../installing/installing_azure/enabling-user-managed-encryption-azure.adoc#enabling-user-managed-encryption-azure[prepared your Azure environment for encryption].
25+
* If you use customer-managed encryption keys, you xref:../../../installing/installing_azure/ipi/installing-azure-preparing-ipi.adoc#preparing-disk-encryption-sets_installing-azure-preparing-ipi[prepared your Azure environment for encryption].
2626

2727
include::modules/cluster-entitlements.adoc[leveloffset=+1]
2828

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="installing-azure-preparing-ipi"]
3+
= Preparing to install a cluster on Azure
4+
include::_attributes/common-attributes.adoc[]
5+
:context: installing-azure-preparing-ipi
6+
7+
toc::[]
8+
9+
To prepare for installation of an {product-title} cluster on {azure-short}, complete the following steps:
10+
11+
* You have xref:../../../installing/installing-preparing.adoc#installing-preparing[selected a cluster installation method].
12+
13+
* You xref:../../../installing/installing_azure/installing-azure-account.adoc#installing-azure-account[configured an Azure account] to host the cluster and determined the tested and validated region to deploy the cluster to.
14+
15+
* If you use a firewall, you have xref:../../../installing/install_config/configuring-firewall.adoc#configuring-firewall[configured it to allow the sites] that your cluster requires access to.
16+
17+
include::modules/cluster-entitlements.adoc[leveloffset=+1]
18+
19+
include::modules/ssh-agent-using.adoc[leveloffset=+1]
20+
21+
include::modules/installation-obtaining-installer.adoc[leveloffset=+1]
22+
23+
include::modules/cli-installing-cli.adoc[leveloffset=+1]
24+
25+
include::modules/cluster-telemetry.adoc[leveloffset=+1]
26+
27+
[role="_additional-resources"]
28+
.Additional resources
29+
30+
* For more information about the Telemetry service, see xref:../../../support/remote_health_monitoring/about-remote-health-monitoring.adoc#about-remote-health-monitoring[About remote health monitoring]
31+
32+
include::modules/installation-azure-preparing-diskencryptionsets.adoc[leveloffset=+1]
33+
34+
.Next steps
35+
36+
* Install an {product-title} cluster:
37+
** xref:../../../installing/installing_azure/ipi/installing-azure-customizations.adoc#installing-azure-customizations[Install a cluster with customizations on installer-provisioned infrastructure]
38+
** xref:../../../installing/installing_azure/ipi/installing-azure-network-customizations.adoc#installing-azure-network-customizations[Install a cluster with network customizations on installer-provisioned infrastructure]
39+
** xref:../../../installing/installing_azure/ipi/installing-azure-vnet.adoc#installing-azure-vnet[Install a cluster into an existing VNet on installer-provisioned infrastructure]
40+
** xref:../../../installing/installing_azure/ipi/installing-azure-private.adoc#installing-azure-private[Install a private cluster on installer-provisioned infrastructure]
41+
** xref:../../../installing/installing_azure/ipi/installing-azure-government-region.adoc#installing-azure-government-region[Install a cluster into an government region on installer-provisioned infrastructure]

installing/installing_azure/ipi/installing-azure-private.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In {product-title} version {product-version}, you can install a private cluster
1414
* You read the documentation on xref:../../../installing/installing-preparing.adoc#installing-preparing[selecting a cluster installation method and preparing it for users].
1515
* You xref:../../../installing/installing_azure/installing-azure-account.adoc#installing-azure-account[configured an Azure account] to host the cluster and determined the tested and validated region to deploy the cluster to.
1616
* If you use a firewall, you xref:../../../installing/install_config/configuring-firewall.adoc#configuring-firewall[configured it to allow the sites] that your cluster requires access to.
17-
* If you use customer-managed encryption keys, you xref:../../../installing/installing_azure/enabling-user-managed-encryption-azure.adoc#enabling-user-managed-encryption-azure[prepared your Azure environment for encryption].
17+
* If you use customer-managed encryption keys, you xref:../../../installing/installing_azure/ipi/installing-azure-preparing-ipi.adoc#preparing-disk-encryption-sets_installing-azure-preparing-ipi[prepared your Azure environment for encryption].
1818

1919
include::modules/private-clusters-default.adoc[leveloffset=+1]
2020

installing/installing_azure/ipi/installing-azure-vnet.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In {product-title} version {product-version}, you can install a cluster into an
1414
* You read the documentation on xref:../../../installing/installing-preparing.adoc#installing-preparing[selecting a cluster installation method and preparing it for users].
1515
* You xref:../../../installing/installing_azure/installing-azure-account.adoc#installing-azure-account[configured an Azure account] to host the cluster and determined the tested and validated region to deploy the cluster to.
1616
* If you use a firewall, you xref:../../../installing/install_config/configuring-firewall.adoc#configuring-firewall[configured it to allow the sites] that your cluster requires access to.
17-
* If you use customer-managed encryption keys, you xref:../../../installing/installing_azure/enabling-user-managed-encryption-azure.adoc#enabling-user-managed-encryption-azure[prepared your Azure environment for encryption].
17+
* If you use customer-managed encryption keys, you xref:../../../installing/installing_azure/ipi/installing-azure-preparing-ipi.adoc#preparing-disk-encryption-sets_installing-azure-preparing-ipi[prepared your Azure environment for encryption].
1818

1919
include::modules/installation-about-custom-azure-vnet.adoc[leveloffset=+1]
2020

installing/installing_azure/ipi/installing-restricted-networks-azure-installer-provisioned.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Because the installation media is on the mirror host, you can use that computer
2929
** The VNet contains the mirror registry
3030
** The VNet has firewall rules or a peering connection to access the mirror registry hosted elsewhere
3131
* If you use a firewall, you xref:../../../installing/install_config/configuring-firewall.adoc#configuring-firewall[configured it to allow the sites] that your cluster requires access to.
32-
* If you use customer-managed encryption keys, you xref:../../../installing/installing_azure/enabling-user-managed-encryption-azure.adoc#enabling-user-managed-encryption-azure[prepared your Azure environment for encryption].
32+
* If you use customer-managed encryption keys, you xref:../../../installing/installing_azure/ipi/installing-azure-preparing-ipi.adoc#preparing-disk-encryption-sets_installing-azure-preparing-ipi[prepared your Azure environment for encryption].
3333

3434
include::modules/installation-about-restricted-network.adoc[leveloffset=+1]
3535

0 commit comments

Comments
 (0)