Skip to content

Commit 3c3d791

Browse files
authored
Merge pull request #92842 from jeana-redhat/OSDOCS-14007-remove-proc-create-Cluster-object
OSDOCS-14007: remove steps to create Cluster object in CAPI
2 parents 05d5819 + 214d14a commit 3c3d791

File tree

7 files changed

+32
-42
lines changed

7 files changed

+32
-42
lines changed

_topic_maps/_topic_map.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2462,8 +2462,6 @@ Topics:
24622462
File: cluster-api-getting-started
24632463
- Name: Managing machines with the Cluster API
24642464
File: cluster-api-managing-machines
2465-
- Name: Cluster API configuration
2466-
File: cluster-api-configuration
24672465
- Name: Configuration options for Cluster API machines
24682466
Dir: cluster_api_provider_configurations
24692467
Topics:
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="cluster-api-configuration"]
3+
= Cluster API configuration
4+
include::_attributes/common-attributes.adoc[]
5+
:context: cluster-api-configuration
6+
7+
toc::[]
8+
9+
:FeatureName: Managing machines with the Cluster API
10+
//include::snippets/technology-preview.adoc[]
11+
12+
The following example YAML files show how to make the Cluster API primary resources work together and configure settings for the machines that they create that are appropriate for your environment.
13+
14+
//Sample YAML for a CAPI cluster resource
15+
//include::modules/capi-yaml-cluster.adoc[leveloffset=+1]
16+
17+
[id="cpmso-sample-yaml-provider-specific_{context}"]
18+
== Provider-specific configuration options
19+
20+
The remaining Cluster API resources are provider-specific.
21+
For provider-specific configuration options for your cluster, see the following resources:
22+
23+
//* xref:../../machine_management/cluster_api_machine_management/cluster_api_provider_configurations/cluster-api-config-options-aws.adoc#cluster-api-config-options-aws[Cluster API configuration options for {aws-full}]
24+
25+
//* xref:../../machine_management/cluster_api_machine_management/cluster_api_provider_configurations/cluster-api-config-options-gcp.adoc#cluster-api-config-options-gcp[Cluster API configuration options for {gcp-full}]
26+
27+
//* xref:../../machine_management/cluster_api_machine_management/cluster_api_provider_configurations/cluster-api-config-options-azure.adoc#cluster-api-config-options-azure[Cluster API configuration options for {azure-full}]
28+
29+
//* xref:../../machine_management/cluster_api_machine_management/cluster_api_provider_configurations/cluster-api-config-options-rhosp.adoc#cluster-api-config-options-rhosp[Cluster API configuration options for {rh-openstack}]
30+
31+
//* xref:../../machine_management/cluster_api_machine_management/cluster_api_provider_configurations/cluster-api-config-options-vsphere.adoc#cluster-api-config-options-vsphere[Cluster API configuration options for {vmw-full}]

machine_management/cluster_api_machine_management/cluster-api-configuration.adoc

Lines changed: 0 additions & 31 deletions
This file was deleted.

machine_management/cluster_api_machine_management/cluster-api-getting-started.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ include::modules/obtaining-value-cluster-id.adoc[leveloffset=+2]
2121

2222
You can create the Cluster API primary resources manually by creating YAML manifest files and applying them with the {oc-first}.
2323

24-
//Creating the Cluster API cluster resource
25-
include::modules/capi-creating-cluster-resource.adoc[leveloffset=+2]
26-
[role="_additional-resources"]
27-
.Additional resources
28-
* xref:../../machine_management/cluster_api_machine_management/cluster-api-configuration.adoc#cluster-api-configuration[Cluster API configuration]
29-
3024
//Creating a Cluster API machine template
3125
include::modules/capi-creating-machine-template.adoc[leveloffset=+2]
3226
[role="_additional-resources"]

modules/capi-creating-machine-set.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can create compute machine sets that use the Cluster API to dynamically mana
1818
1919
* You have installed the {oc-first}.
2020
21-
* You have created the cluster and machine template resources.
21+
* You have created the machine template resource.
2222
2323
.Procedure
2424

modules/capi-creating-machine-template.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ You can create a provider-specific machine template resource by creating a YAML
1818
1919
* You have installed the {oc-first}.
2020
21-
* You have created and applied the cluster resource.
22-
2321
.Procedure
2422

2523
. Create a YAML file similar to the following. This procedure uses `<machine_template_resource_file>.yaml` as an example file name.

0 commit comments

Comments
 (0)