Skip to content

Remove conditionals to readd missing abstract #72512

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 2 additions & 22 deletions modules/installation-initializing-manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -84,34 +84,14 @@ endif::[]
[id="installation-initializing-manual_{context}"]
= Manually creating the installation configuration file

ifdef::restricted,vsphere-upi-vsphere[]
For user-provisioned installations of {product-title}, you manually generate your installation configuration file.
endif::restricted,vsphere-upi-vsphere[]
ifdef::vsphere-upi,restricted-upi[]
For user-provisioned installations of {product-title}, you manually generate your installation configuration file.
Installing the cluster requires that you manually create the installation configuration file.

ifdef::vsphere-upi,restricted-upi[]
[IMPORTANT]
====
The Cluster Cloud Controller Manager Operator performs a connectivity check on a provided hostname or IP address. Ensure that you specify a hostname or an IP address to a reachable vCenter server. If you provide metadata to a non-existent vCenter server, installation of the cluster fails at the bootstrap stage.
====
endif::vsphere-upi,restricted-upi[]
ifdef::aws-china,aws-gov,aws-secret,ibm-cloud-restricted[]
Installing the cluster requires that you manually create the installation configuration file.
//Made this update as part of feedback in PR3961. tl;dr Simply state you have to create the config file, instead of creating a number of conditions to explain why.
endif::aws-china,aws-gov,aws-secret,ibm-cloud-restricted[]
ifdef::azure-gov[]
When installing {product-title} on Microsoft Azure into a government region, you
must manually generate your installation configuration file.
endif::azure-gov[]
ifdef::aws-private,azure-private,gcp-private,ibm-cloud-private,ibm-power-vs-private[]
When installing a private {product-title} cluster, you must manually generate the installation configuration file.
endif::aws-private,azure-private,gcp-private,ibm-cloud-private,ibm-power-vs-private[]
ifdef::ash-default,ash-network[]
When installing {product-title} on Microsoft Azure Stack Hub, you must manually create your installation configuration file.
endif::ash-default,ash-network[]
ifdef::gcp-shared[]
You must manually create your installation configuration file when installing {product-title} on GCP into a shared VPC using installer-provisioned infrastructure.
endif::gcp-shared[]

.Prerequisites

Expand Down