apiVersion: machine.openshift.io/v1beta1
kind: MachineSet
metadata:
labels:
machine.openshift.io/cluster-api-cluster: <infrastructure_id> (1)
name: <infrastructure_id>-windows-worker-<zone> (2)
namespace: openshift-machine-api
spec:
replicas: 1
selector:
matchLabels:
machine.openshift.io/cluster-api-cluster: <infrastructure_id> (1)
machine.openshift.io/cluster-api-machineset: <infrastructure_id>-windows-worker-<zone> (2)
template:
metadata:
labels:
machine.openshift.io/cluster-api-cluster: <infrastructure_id> (1)
machine.openshift.io/cluster-api-machine-role: worker
machine.openshift.io/cluster-api-machine-type: worker
machine.openshift.io/cluster-api-machineset: <infrastructure_id>-windows-worker-<zone> (2)
machine.openshift.io/os-id: Windows (3)
spec:
metadata:
labels:
node-role.kubernetes.io/worker: "" (4)
providerSpec:
value:
apiVersion: machine.openshift.io/v1
bootType: "" (5)
categories: null
cluster: (6)
type: uuid
uuid: <cluster_uuid>
credentialsSecret:
name: nutanix-credentials (7)
image: (8)
name: <image_id>
type: name
kind: NutanixMachineProviderConfig (9)
memorySize: 16Gi (10)
project:
type: ""
subnets: (11)
- type: uuid
uuid: <subnet_uuid>
systemDiskSize: 120Gi (12)
userDataSecret:
name: windows-user-data (13)
vcpuSockets: 4 (14)
vcpusPerSocket: 1 (15)