You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: machine_management/capi-machine-management.adoc
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ toc::[]
9
9
:FeatureName: Managing machines with the Cluster API
10
10
include::snippets/technology-preview.adoc[]
11
11
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.
13
13
14
14
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.
15
15
@@ -27,21 +27,21 @@ By using the Cluster API, {product-title} users and developers are able to reali
27
27
28
28
* The ability to use the same set of Kubernetes tools for infrastructure management in {product-title}.
29
29
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.
31
31
32
32
[discrete]
33
33
[id="capi-tech-preview-limitations"]
34
34
== Limitations
35
35
36
36
Using the Cluster API to manage machines is a Technology Preview feature and has the following limitations:
37
37
38
-
* Only AWSand GCP clusters are supported.
38
+
* Only AWS, GCP, and Azure clusters are supported.
39
39
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.
41
41
42
42
* You must create the primary resources that the Cluster API requires manually.
43
43
44
-
* Control plane machines cannot be managed by the Cluster API.
44
+
* You cannot manage control plane machines by using the Cluster API.
45
45
46
46
* Migration of existing compute machine sets created by the Machine API to Cluster API compute machine sets is not supported.
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.
=== Sample YAML files for configuring Google Cloud Platform clusters
87
87
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.
Copy file name to clipboardExpand all lines: modules/cluster-capi-operator.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
[NOTE]
9
9
====
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.
0 commit comments