1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 09:46:53 +01:00
Files
openshift-docs/modules/installation-cloudformation-control-plane.adoc
2020-10-20 16:51:42 -04:00

20 lines
664 B
Plaintext

// Module included in the following assemblies:
//
// * installing/installing_aws/installing-aws-user-infra.adoc
// * installing/installing_aws/installing-restricted-networks-aws.adoc
[id="installation-cloudformation-control-plane_{context}"]
= CloudFormation template for control plane machines
You can use the following CloudFormation template to deploy the control plane
machines that you need for your {product-title} cluster.
.CloudFormation template for control plane machines
[%collapsible]
====
[source,yaml]
----
include::https://raw.githubusercontent.com/openshift/installer/release-4.6/upi/aws/cloudformation/05_cluster_master_nodes.yaml[]
----
====