Skip to content

Commit 62bcc90

Browse files
committed
[OSDOCS-6239]: CPMS for Nutanix: Support statements
1 parent eedaed2 commit 62bcc90

File tree

6 files changed

+25
-9
lines changed

6 files changed

+25
-9
lines changed

machine_management/control_plane_machine_management/cpmso-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Control Plane Machine Set Operator has the following limitations:
2525

2626
* The Operator requires the Machine API Operator to be operational and is therefore not supported on clusters with manually provisioned machines. When installing a {product-title} cluster with manually provisioned machines for a platform that creates an active generated `ControlPlaneMachineSet` custom resource (CR), you must remove the Kubernetes manifest files that define the control plane machine set as instructed in the installation process.
2727

28-
* Only Amazon Web Services (AWS), Google Cloud Platform (GCP), Microsoft Azure, and VMware vSphere clusters are supported.
28+
* Only Amazon Web Services (AWS), Google Cloud Platform (GCP), Microsoft Azure, Nutanix, and VMware vSphere clusters are supported.
2929

3030
* Only clusters with three control plane machines are supported.
3131

machine_management/control_plane_machine_management/cpmso-getting-started.adoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are uncertain about the state of the `ControlPlaneMachineSet` CR in your
1919
[id="cpmso-platform-matrix_{context}"]
2020
== Supported cloud providers
2121

22-
In {product-title} {product-version}, the control plane machine sets are supported for Amazon Web Services (AWS), Google Cloud Platform (GCP), Microsoft Azure, and VMware vSphere clusters.
22+
In {product-title} {product-version}, the control plane machine set is supported for Amazon Web Services (AWS), Google Cloud Platform (GCP), Microsoft Azure, Nutanix, and VMware vSphere clusters.
2323

2424
The status of the control plane machine set after installation depends on your cloud provider and the version of {product-title} that you installed on your cluster.
2525

@@ -43,6 +43,11 @@ The status of the control plane machine set after installation depends on your c
4343
|X
4444
|
4545

46+
|Nutanix
47+
|X
48+
|X
49+
|
50+
4651
|VMware vSphere
4752
|
4853
|
@@ -54,22 +59,23 @@ The status of the control plane machine set after installation depends on your c
5459
2. GCP and Azure clusters that are upgraded from version 4.12 or earlier require xref:../../machine_management/control_plane_machine_management/cpmso-getting-started.adoc#cpmso-activating_cpmso-getting-started[CR activation].
5560
--
5661

57-
//Checking the Control Plane Machine Set Operator status
62+
//Checking the control plane machine set custom resource state
5863
include::modules/cpmso-checking-status.adoc[leveloffset=+1]
5964

6065
//Activating the control plane machine set custom resource
6166
include::modules/cpmso-activating.adoc[leveloffset=+1]
6267

6368
[role="_additional-resources"]
6469
.Additional resources
65-
* xref:../../machine_management/control_plane_machine_management/cpmso-configuration.adoc#cpmso-configuration[Control Plane Machine Set Operator configuration]
70+
* xref:../../machine_management/control_plane_machine_management/cpmso-configuration.adoc#cpmso-configuration[Control plane machine set configuration]
6671

6772
//Creating a control plane machine set custom resource
6873
include::modules/cpmso-creating-cr.adoc[leveloffset=+1]
6974

7075
[role="_additional-resources"]
7176
.Additional resources
72-
* xref:../../machine_management/control_plane_machine_management/cpmso-configuration.adoc#cpmso-configuration[Control Plane Machine Set Operator configuration]
77+
* xref:../../machine_management/control_plane_machine_management/cpmso-using.adoc#cpmso-feat-config-update_cpmso-using[Updating the control plane configuration]
78+
* xref:../../machine_management/control_plane_machine_management/cpmso-configuration.adoc#cpmso-configuration[Control plane machine set configuration]
7379
* xref:../../machine_management/control_plane_machine_management/cpmso-configuration.adoc#cpmso-sample-yaml-aws_cpmso-configuration[Sample YAML for configuring Amazon Web Services clusters]
7480
* xref:../../machine_management/control_plane_machine_management/cpmso-configuration.adoc#cpmso-sample-yaml-gcp_cpmso-configuration[Sample YAML for configuring Google Cloud Platform clusters]
7581
* xref:../../machine_management/control_plane_machine_management/cpmso-configuration.adoc#cpmso-sample-yaml-azure_cpmso-configuration[Sample YAML for configuring Microsoft Azure clusters]

machine_management/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ As a cluster administrator, you can perform the following actions:
6464

6565
** xref:../machine_management/control_plane_machine_management/cpmso-configuration.adoc#cpmso-sample-yaml-aws_cpmso-configuration[AWS]
6666

67+
** xref:../machine_management/control_plane_machine_management/cpmso-configuration.adoc#cpmso-sample-yaml-gcp_cpmso-configuration[GCP]
68+
6769
** xref:../machine_management/control_plane_machine_management/cpmso-configuration.adoc#cpmso-sample-yaml-azure_cpmso-configuration[Azure]
6870

6971
** xref:../machine_management/control_plane_machine_management/cpmso-configuration.adoc#cpmso-sample-yaml-vsphere_cpmso-configuration[vSphere]

modules/control-plane-machine-set-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 for Amazon Web Services (AWS), Google Cloud Platform (GCP), Microsoft Azure, and VMware vSphere.
10+
This Operator is available for Amazon Web Services (AWS), Google Cloud Platform (GCP), Microsoft Azure, Nutanix, and VMware vSphere.
1111
====
1212

1313
[discrete]

modules/cpmso-creating-cr.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ $ oc get -o jsonpath='{.status.infrastructureName}{"\n"}' infrastructure cluster
6464
====
6565
Before you activate the CR, you must ensure that its configuration is correct for your cluster requirements.
6666
====
67-
<3> Specify the update strategy for the cluster. The allowed values are `OnDelete` and `RollingUpdate`. The default value is `RollingUpdate`.
68-
//Todo: For more information about update strategies, see "Updating the control plane configuration".
69-
<4> Specify your cloud provider platform name. The allowed values are `AWS`, `Azure`, `GCP`, and `VSphere`.
67+
<3> Specify the update strategy for the cluster. Valid values are `OnDelete` and `RollingUpdate`. The default value is `RollingUpdate`. For more information about update strategies, see "Updating the control plane configuration".
68+
<4> Specify your cloud provider platform name. Valid values are `AWS`, `Azure`, `GCP`, `Nutanix`, and `VSphere`.
7069
<5> Add the `<platform_failure_domains>` configuration for the cluster. The format and values of this section are provider-specific. For more information, see the sample failure domain configuration for your cloud provider.
7170
+
7271
[NOTE]

modules/cpmso-failure-domains-provider.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ The control plane machine set concept of a failure domain is analogous to existi
2121
|X
2222
|link:https://cloud.google.com/compute/docs/regions-zones[zone]
2323

24+
|Nutanix
25+
//link:https://portal.nutanix.com/page/documents/details?targetId=Web-Console-Guide-Prism-v6_1:arc-failure-modes-c.html[Availability domain]
26+
|
27+
|Not applicable ^[1]^
28+
2429
|Microsoft Azure
2530
|X
2631
|link:https://learn.microsoft.com/en-us/azure/azure-web-pubsub/concept-availability-zones[Azure availability zone]
@@ -29,5 +34,9 @@ The control plane machine set concept of a failure domain is analogous to existi
2934
|
3035
|Not applicable
3136
|====
37+
[.small]
38+
--
39+
1. Nutanix has a failure domain concept, but {product-title} {product-version} does not include support for this feature.
40+
--
3241

3342
The failure domain configuration in the control plane machine set custom resource (CR) is platform-specific. For more information about failure domain parameters in the CR, see the sample failure domain configuration for your provider.

0 commit comments

Comments
 (0)