-
Notifications
You must be signed in to change notification settings - Fork 29
/
machineset-template.yaml
58 lines (58 loc) · 1.84 KB
/
machineset-template.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
apiVersion: machine.openshift.io/v1beta1
kind: MachineSet
metadata:
annotations:
machine.openshift.io/GPU: "0"
machine.openshift.io/memoryMb: "MEMORYMB"
machine.openshift.io/vCPU: "VCPUCORES"
generation: 1
labels:
machine.openshift.io/cluster-api-cluster: CLUSTERNAME
machine.openshift.io/cluster-api-machine-role: worker
machine.openshift.io/cluster-api-machine-type: worker
name: MACHINESETNAME
namespace: openshift-machine-api
spec:
replicas: NUMREPLICAS
selector:
matchLabels:
machine.openshift.io/cluster-api-cluster: CLUSTERNAME
machine.openshift.io/cluster-api-machineset: MACHINESETNAME
template:
metadata:
labels:
machine.openshift.io/cluster-api-cluster: CLUSTERNAME
machine.openshift.io/cluster-api-machine-role: worker
machine.openshift.io/cluster-api-machine-type: worker
machine.openshift.io/cluster-api-machineset: MACHINESETNAME
spec:
metadata: {}
providerSpec:
value:
apiVersion: azureproviderconfig.openshift.io/v1beta1
credentialsSecret:
name: azure-cloud-credentials
namespace: openshift-machine-api
image:
offer: aro4
publisher: azureopenshift
resourceID: ""
sku: AROSKU
version: AROSKUVERSION
kind: AzureMachineProviderSpec
location: AZUREDC
networkResourceGroup: NETWORKRG
osDisk:
diskSizeGB: 128
managedDisk:
storageAccountType: Premium_LRS
osType: Linux
publicIP: false
publicLoadBalancer: PUBLICLBNAME
resourceGroup: PROTECTEDRG
subnet: SUBNET
userDataSecret:
name: worker-user-data
vmSize: VMSKU
vnet: VNETNAME
zone: WHICHAZ