This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Commit 9d01adc 1 parent 9f10c3e commit 9d01adc Copy full SHA for 9d01adc
File tree 3 files changed +81
-3
lines changed
examples/multiple-masters
3 files changed +81
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "apiVersion" : " vlabs" ,
3
+ "properties" : {
4
+ "orchestratorProfile" : {
5
+ "orchestratorType" : " Kubernetes"
6
+ },
7
+ "masterProfile" : {
8
+ "count" : 3 ,
9
+ "dnsPrefix" : " " ,
10
+ "vmSize" : " Standard_D2_v2"
11
+ },
12
+ "agentPoolProfiles" : [
13
+ {
14
+ "name" : " agent" ,
15
+ "count" : 3 ,
16
+ "vmSize" : " Standard_D2_v2" ,
17
+ "availabilityProfile" : " AvailabilitySet"
18
+ }
19
+ ],
20
+ "linuxProfile" : {
21
+ "adminUsername" : " azureuser" ,
22
+ "ssh" : {
23
+ "publicKeys" : [
24
+ {
25
+ "keyData" : " "
26
+ }
27
+ ]
28
+ }
29
+ },
30
+ "servicePrincipalProfile" : {
31
+ "clientId" : " " ,
32
+ "secret" : " "
33
+ }
34
+ }
35
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "apiVersion" : " vlabs" ,
3
+ "properties" : {
4
+ "orchestratorProfile" : {
5
+ "orchestratorType" : " Kubernetes"
6
+ },
7
+ "masterProfile" : {
8
+ "count" : 5 ,
9
+ "dnsPrefix" : " " ,
10
+ "vmSize" : " Standard_D2_v2"
11
+ },
12
+ "agentPoolProfiles" : [
13
+ {
14
+ "name" : " agent" ,
15
+ "count" : 3 ,
16
+ "vmSize" : " Standard_D2_v2" ,
17
+ "availabilityProfile" : " AvailabilitySet"
18
+ }
19
+ ],
20
+ "linuxProfile" : {
21
+ "adminUsername" : " azureuser" ,
22
+ "ssh" : {
23
+ "publicKeys" : [
24
+ {
25
+ "keyData" : " "
26
+ }
27
+ ]
28
+ }
29
+ },
30
+ "servicePrincipalProfile" : {
31
+ "clientId" : " " ,
32
+ "secret" : " "
33
+ }
34
+ }
35
+ }
Original file line number Diff line number Diff line change 28
28
"cluster_definition" : " disks-managed/kubernetes-vmas.json" ,
29
29
"category" : " managed-disk"
30
30
},
31
- {
32
- "cluster_definition" : " disks-managed/swarm-preAttachedDisks-vmss.json" ,
33
- "category" : " managed-disk"
31
+ {
32
+ "cluster_definition" : " disks-managed/swarm-preAttachedDisks-vmss.json" ,
33
+ "category" : " managed-disk"
34
34
},
35
35
{
36
36
"cluster_definition" : " disks-managed/swarmmode-vmas.json" ,
81
81
"cluster_definition" : " kubernetes-config/kubernetes-rescheduler.json" ,
82
82
"category" : " config"
83
83
},
84
+ {
85
+ "cluster_definition" : " multiple-masters/kubernetes-3-masters.json" ,
86
+ "category" : " multimaster"
87
+ },
88
+ {
89
+ "cluster_definition" : " multiple-masters/kubernetes-5-masters.json" ,
90
+ "category" : " multimaster"
91
+ },
84
92
{
85
93
"cluster_definition" : " v20170131/swarmmode.json" ,
86
94
"category" : " version"
You can’t perform that action at this time.
0 commit comments