Skip to content

Commit

Permalink
Add documentation for workerMachineGroups in Nutanix failure domains
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickstruyf3 committed Nov 5, 2024
1 parent e90bd9c commit aa08af4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/content/en/docs/getting-started/nutanix/nutanix-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
name: mgmt-etcd
kubernetesVersion: "1.31"
workerNodeGroupConfigurations:
- count: 1
- count: 3
machineGroupRef:
kind: NutanixMachineConfig
name: mgmt-machine
Expand All @@ -80,20 +80,26 @@ spec:
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
Expand Down Expand Up @@ -304,6 +310,9 @@ Type to identify the failure domain subnet. (Permitted values: `name` or `uuid`)
### failureDomains[0].subnets[0].uuid (`failureDomains[0].subnets[0].name` or `failureDomains[0].subnets[0].uuid` required)
UUID of the failure domain subnet.

### 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)
Expand Down

0 comments on commit aa08af4

Please sign in to comment.