From 57fa019b4d22352a6254bef2f9aff571bf88c996 Mon Sep 17 00:00:00 2001 From: Abhinav Pandey Date: Wed, 6 Nov 2024 11:31:01 -0800 Subject: [PATCH] Add documentation for workerMachineGroups in Nutanix failure domains (#8972) (#8977) Co-authored-by: Yannick Struyf --- .../getting-started/nutanix/nutanix-spec.md | 33 ++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/docs/content/en/docs/getting-started/nutanix/nutanix-spec.md b/docs/content/en/docs/getting-started/nutanix/nutanix-spec.md index cbf9ce43c9c9..afb5f7af55f6 100644 --- a/docs/content/en/docs/getting-started/nutanix/nutanix-spec.md +++ b/docs/content/en/docs/getting-started/nutanix/nutanix-spec.md @@ -55,7 +55,7 @@ spec: name: mgmt-etcd kubernetesVersion: "1.31" workerNodeGroupConfigurations: - - count: 1 + - count: 3 machineGroupRef: kind: NutanixMachineConfig name: mgmt-machine @@ -72,6 +72,34 @@ spec: credentialRef: kind: Secret name: nutanix-credentials + failureDomains: + - name: failure-domain-01 + cluster: + name: nx-cluster-01 + type: name + subnets: + - name: vm-network-01 + type: name + workerMachineGroups: + - md-0 + - name: failure-domain-02 + cluster: + name: nx-cluster-02 + type: name + subnets: + - name: vm-network-02 + type: name + workerMachineGroups: + - md-0 + - name: failure-domain-03 + cluster: + name: nx-cluster-03 + type: name + subnets: + - name: vm-network-03 + type: name + workerMachineGroups: + - md-0 --- apiVersion: anywhere.eks.amazonaws.com/v1alpha1 kind: NutanixMachineConfig @@ -257,6 +285,9 @@ __Example__:
-----END CERTIFICATE----- ``` +### failureDomains[0].workerMachineGroups (optional) +List of worker machine group names that belong to a specific failure domain. See `Cluster.Spec.WorkerNodeGroupConfiguration` for more information. + ## NutanixMachineConfig Fields ### cluster (required)