Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions getting_started/administrators.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ networking. Ensure that local firewall rules and other software making iptable
changes do not alter the {product-title} and Docker service setup.
====

ifdef::openshift-origin[]
[[get-started-cloud-providers]]
=== On-premise vs Cloud Providers

{product-title} can be installed on-premise or hosted on public or private
clouds. For information, see
xref:../install_config/install/advanced_install.adoc#advanced-cloud-providers[see the advanced installation guide].
endif::[]

Once you have your cluster nodes provisioned, choose the
installation method that fits your case the best.
Expand Down
13 changes: 8 additions & 5 deletions install_config/install/planning.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,23 @@ toc::[]
For production environments, several factors influence installation. Consider
the following questions as you read through the documentation:

ifdef::openshift-origin[]
* _Do you install on-premises or in public/private clouds?_ The xref:planning-cloud-providers[Installation Methods]
section provides more information about the cloud providers options available.
endif::[]

* _Which installation method do you want to use?_ The xref:installation-methods[Installation Methods]
section provides some information about the quick and advanced installation
methods.

* _How many hosts do you require in the cluster?_ The xref:environment-scenarios[Environment Scenarios]
section provides multiple examples of Single Master and Multiple Master
configurations.

* _How many pods are required in your cluster?_ The xref:sizing[Sizing Considerations]
section provides limits for nodes and pods so you can calculate how large your
environment needs to be.

* _How many hosts do you require in the cluster?_ The xref:environment-scenarios[Environment Scenarios]
section provides multiple examples of Single Master and Multiple Master
configurations.

* _Is xref:../../admin_guide/high_availability.adoc#admin-guide-high-availability[high availability]
required?_ High availability is recommended for fault tolerance. In this
situation, you might aim to use the xref:multi-masters-using-native-ha[Multiple Masters Using Native HA]
Expand Down Expand Up @@ -75,14 +77,15 @@ the same installer tool. If you wanted to later switch to using the advanced
method, you can create an inventory file for your configuration and carry on
that way.

ifdef::openshift-origin[]
[[planning-cloud-providers]]
=== On-premises vs Cloud Providers

{product-title} can be installed on-premises or hosted on public or private
clouds. Ansible playbooks can help you with automating
the provisioning and installation processes. For information, see
xref:../../install_config/install/advanced_install.adoc#advanced-cloud-providers[Advanced Installation].

endif::[]

[[sizing]]
== Sizing Considerations
Expand Down