mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
40 lines
2.0 KiB
Plaintext
40 lines
2.0 KiB
Plaintext
// Text snippet included in the following modules:
|
|
//
|
|
// * machine_management/cluster_api_machine_management/cluster_api_provider_configurations/modules/machine-feature-aws-existing-placement-group.adoc
|
|
// * machine_management/cluster_api_machine_management/cluster_api_provider_configurations/modules/machine-feature-aws-imds-options.adoc
|
|
// * machine_management/cluster_api_machine_management/cluster_api_provider_configurations/modules/machine-feature-agnostic-nonguaranteed-instances.adoc
|
|
// *
|
|
// *
|
|
// *
|
|
// *
|
|
// *
|
|
// *
|
|
// *
|
|
// *
|
|
|
|
:_mod-docs-content-type: SNIPPET
|
|
|
|
//Cluster API machine template
|
|
tag::method-machine-template[]
|
|
To deploy compute machines with your configuration, configure the appropriate values in a machine template YAML file.
|
|
Then, configure a machine set YAML file to reference the machine template when it deploys machines.
|
|
end::method-machine-template[]
|
|
|
|
//Cluster API or Machine API machine set
|
|
tag::method-compute-machine-set[]
|
|
To deploy compute machines with your configuration, configure the appropriate values in a machine set YAML file to use when it deploys machines.
|
|
end::method-compute-machine-set[]
|
|
|
|
//Cluster API machine template and machine set
|
|
tag::method-machine-template-and-machine-set[]
|
|
To deploy compute machines with your configuration, configure the appropriate values in a machine template YAML file and a machine set YAML file that references the machine template when it deploys machines.
|
|
end::method-machine-template-and-machine-set[]
|
|
|
|
//Control plane machine set
|
|
tag::method-control-plane-machine-set[]
|
|
To deploy control machines with your configuration, configure the appropriate values in your control plane machine set YAML file.
|
|
|
|
* For clusters that use the default `RollingUpdate` update strategy, the control plane machine set propagates changes to your control plane configuration automatically.
|
|
* For clusters that use the `OnDelete` update strategy, you must replace your control plane machines manually.
|
|
end::method-control-plane-machine-set[]
|