Skip to content

Commit eaa11d0

Browse files
authored
Merge pull request #60522 from jeana-redhat/OSDOCS-6213-TP-CAPI-Azure-supported
[OSDOCS-6213]: Azure CAPI TP supported platform statements
2 parents 4a8768a + 6b936bb commit eaa11d0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

machine_management/capi-machine-management.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc::[]
99
:FeatureName: Managing machines with the Cluster API
1010
include::snippets/technology-preview.adoc[]
1111

12-
The link:https://cluster-api.sigs.k8s.io/[Cluster API] is an upstream project that is integrated into {product-title} as a Technology Preview for Amazon Web Services (AWS) and Google Cloud Platform (GCP) clusters. You can use the Cluster API to create and manage compute machine sets and machines in your {product-title} cluster. This capability is in addition or an alternative to managing machines with the Machine API.
12+
The link:https://cluster-api.sigs.k8s.io/[Cluster API] is an upstream project that is integrated into {product-title} as a Technology Preview for Amazon Web Services (AWS), Google Cloud Platform (GCP), and Microsoft Azure clusters. You can use the Cluster API to create and manage compute machine sets and compute machines in your {product-title} cluster. This capability is in addition or an alternative to managing machines with the Machine API.
1313

1414
For {product-title} {product-version} clusters, you can use the Cluster API to perform node host provisioning management actions after the cluster installation finishes. This system enables an elastic, dynamic provisioning method on top of public or private cloud infrastructure.
1515

@@ -27,21 +27,21 @@ By using the Cluster API, {product-title} users and developers are able to reali
2727

2828
* The ability to use the same set of Kubernetes tools for infrastructure management in {product-title}.
2929

30-
* The ability to create compute machine sets using the Cluster API that support features that are not available with the Machine API.
30+
* The ability to create compute machine sets by using the Cluster API that support features that are not available with the Machine API.
3131

3232
[discrete]
3333
[id="capi-tech-preview-limitations"]
3434
== Limitations
3535

3636
Using the Cluster API to manage machines is a Technology Preview feature and has the following limitations:
3737

38-
* Only AWS and GCP clusters are supported.
38+
* Only AWS, GCP, and Azure clusters are supported.
3939

40-
* To use this feature, you must enable the `ClusterAPIEnabled` xref:../nodes/clusters/nodes-cluster-enabling-features.adoc#nodes-cluster-enabling-features-about_nodes-cluster-enabling[feature gate] in the `TechPreviewNoUpgrade` feature set. Enabling this feature set cannot be undone and prevents minor version updates.
40+
* To use this feature, you must enable the `ClusterAPIEnabled` xref:../nodes/clusters/nodes-cluster-enabling-features.adoc#nodes-cluster-enabling-features-about_nodes-cluster-enabling[feature gate] in the `TechPreviewNoUpgrade` feature set. Enabling this feature set cannot be undone and prevents minor version updates.
4141

4242
* You must create the primary resources that the Cluster API requires manually.
4343

44-
* Control plane machines cannot be managed by the Cluster API.
44+
* You cannot manage control plane machines by using the Cluster API.
4545

4646
* Migration of existing compute machine sets created by the Machine API to Cluster API compute machine sets is not supported.
4747

@@ -57,7 +57,7 @@ include::modules/cluster-api-architecture.adoc[leveloffset=+1]
5757
[id="capi-sample-yaml-files"]
5858
== Sample YAML files
5959

60-
For the Cluster API Technology Preview, you must create the primary resources that the Cluster API requires manually. The example YAML files in this section demonstrate how to make these resources work together and configure settings for the machines that they create that are appropriate for your environment.
60+
For the Cluster API Technology Preview, you must create the primary resources that the Cluster API requires manually. The following example YAML files show how to make these resources work together and configure settings for the machines that they create that are appropriate for your environment.
6161

6262
//Sample YAML for a CAPI cluster resource
6363
include::modules/capi-yaml-cluster.adoc[leveloffset=+2]
@@ -71,7 +71,7 @@ The remaining Cluster API resources are provider-specific. Refer to the example
7171
[id="capi-sample-yaml-files-aws"]
7272
=== Sample YAML files for configuring Amazon Web Services clusters
7373

74-
Some Cluster API resources are provider-specific. The example YAML files in this section show configurations for an Amazon Web Services (AWS) cluster.
74+
Some Cluster API resources are provider-specific. The following example YAML files show configurations for an Amazon Web Services (AWS) cluster.
7575

7676
//Sample YAML for a CAPI AWS provider resource
7777
include::modules/capi-yaml-infrastructure-aws.adoc[leveloffset=+3]
@@ -85,7 +85,7 @@ include::modules/capi-yaml-machine-set-aws.adoc[leveloffset=+3]
8585
[id="capi-sample-yaml-files-gcp"]
8686
=== Sample YAML files for configuring Google Cloud Platform clusters
8787

88-
Some Cluster API resources are provider-specific. The example YAML files in this section show configurations for a Google Cloud Platform (GCP) cluster.
88+
Some Cluster API resources are provider-specific. The following example YAML files show configurations for a Google Cloud Platform (GCP) cluster.
8989

9090
//Sample YAML for a CAPI GCP provider resource
9191
include::modules/capi-yaml-infrastructure-gcp.adoc[leveloffset=+3]

modules/cluster-capi-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[NOTE]
99
====
10-
This Operator is available as a link:https://access.redhat.com/support/offerings/techpreview[Technology Preview] for Amazon Web Services (AWS) and Google Cloud Platform (GCP).
10+
This Operator is available as a link:https://access.redhat.com/support/offerings/techpreview[Technology Preview] for Amazon Web Services (AWS), Google Cloud Platform (GCP), and Microsoft Azure clusters.
1111
====
1212

1313
[discrete]

0 commit comments

Comments
 (0)