Skip to content

Commit 5087dc8

Browse files
authored
Merge pull request #33447 from pneedle-rh/osdocs-1977-preparing-to-install-azure
OSDOCS-1977: Adding a 'Preparing to install on Azure' assembly
2 parents 78cdfa4 + 197ae34 commit 5087dc8

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-1
lines changed

_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ Topics:
160160
- Name: Installing on Azure
161161
Dir: installing_azure
162162
Topics:
163+
- Name: Preparing to install on Azure
164+
File: preparing-to-install-on-azure
163165
- Name: Configuring an Azure account
164166
File: installing-azure-account
165167
- Name: Manually creating IAM

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If the cloud identity and access management (IAM) APIs are not accessible in you
2424

2525
You can install {product-title} on AWS by using one of the following deployment methods.
2626

27-
* **xref:../../installing/installing_aws/installing-aws-default.adoc#installing-aws-default[Installing a cluster quickly on AWS]**: You can install {product-title} on AWS by using the default configuration options.
27+
* **xref:../../installing/installing_aws/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.
2828

2929
* **xref:../../installing/installing_aws/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. 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].
3030

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[id="preparing-to-install-on-azure"]
2+
= Preparing to install on Azure
3+
include::modules/common-attributes.adoc[]
4+
:context: preparing-to-install-on-azure
5+
6+
toc::[]
7+
8+
[id="preparing-to-install-on-azure-prerequisites"]
9+
== Prerequisites
10+
11+
* You reviewed details about the xref:../../architecture/architecture-installation.adoc#architecture-installation[{product-title} installation and update] processes.
12+
13+
* You read the documentation on xref:../../installing/installing-preparing.adoc#installing-preparing[selecting a cluster installation method and preparing it for users].
14+
15+
[id="requirements-for-installing-ocp-on-azure"]
16+
== Requirements for installing {product-title} on Azure
17+
18+
Before installing {product-title} on Microsoft Azure, you must configure an Azure account. See xref:../../installing/installing_azure/installing-azure-account.adoc#installing-azure-account[Configuring an Azure account] for details about account configuration, account limits, public DNS zone configuration, required roles, creating service principals, and supported Azure regions.
19+
20+
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, see xref:../../installing/installing_azure/manually-creating-iam-azure.adoc#manually-creating-iam-azure[Manually creating IAM for Azure] for other options.
21+
22+
[id="choosing-an-method-to-install-ocp-on-azure"]
23+
== Choosing a method to install {product-title} on Azure
24+
25+
You can install {product-title} on Azure by using one of the following deployment methods.
26+
27+
* **xref:../../installing/installing_azure/installing-azure-default.adoc#installing-azure-default[Installing a cluster quickly on Azure]**: You can install {product-title} on Azure infrastructure that is provisioned by the {product-title} installation program. You can install a cluster quickly by using the default configuration options.
28+
29+
* **xref:../../installing/installing_azure/installing-azure-customizations.adoc#installing-azure-customizations[Installing a customized cluster on Azure]**: You can install a customized cluster on Azure infrastructure that the installation program provisions. 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].
30+
31+
* **xref:../../installing/installing_azure/installing-azure-network-customizations.adoc#installing-azure-network-customizations[Installing a cluster on Azure with network customizations]**: You can 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.
32+
33+
* **xref:../../installing/installing_azure/installing-azure-vnet.adoc#installing-azure-vnet[Installing a cluster on Azure into an existing VNet]**: You can install {product-title} on an existing Azure Virtual Network (VNet) on Azure. 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.
34+
35+
* **xref:../../installing/installing_azure/installing-azure-private.adoc#installing-azure-private[Installing a private cluster on Azure]**: You can install a private cluster into an existing Azure Virtual Network (VNet) on Azure. You can use this method to deploy {product-title} on an internal network that is not visible to the Internet.
36+
37+
* **xref:../../installing/installing_azure/installing-azure-government-region.adoc#installing-azure-government-region[Installing a cluster on Azure into a government region]**: {product-title} can be deployed into Microsoft Azure Government (MAG) 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 on Azure.
38+
39+
* **xref:../../installing/installing_azure/installing-azure-user-infra.adoc#installing-azure-user-infra[Installing a cluster on Azure using ARM templates]**: You can install {product-title} on Azure by using infrastructure that you provide. You can use the provided Azure Resource Manager (ARM) templates to assist with an installation.
40+
41+
[id="preparing-to-install-on-azure-next-steps"]
42+
== Next steps
43+
44+
* xref:../../installing/installing_azure/installing-azure-account.adoc#installing-azure-account[Configuring an Azure account]

0 commit comments

Comments
 (0)