Permalink
Cannot retrieve contributors at this time
{ | |
"apiVersion": "vlabs", | |
"properties": { | |
"orchestratorProfile": { | |
"orchestratorType": "Kubernetes", | |
"orchestratorRelease": "1.10", | |
"kubernetesConfig": { | |
"networkPlugin": "flannel", | |
"containerRuntime": "clear-containers", | |
"addons": [ | |
{ | |
"name": "tiller", | |
"enabled" : false | |
}, | |
{ | |
"name": "kubernetes-dashboard", | |
"enabled" : false | |
} | |
] | |
} | |
}, | |
"masterProfile": { | |
"count": 1, | |
"dnsPrefix": "", | |
"vmSize": "Standard_D2_v2" | |
}, | |
"agentPoolProfiles": [ | |
{ | |
"name": "agentpool1", | |
"count": 3, | |
"vmSize": "Standard_D4s_v3", | |
"availabilityProfile": "AvailabilitySet" | |
} | |
], | |
"linuxProfile": { | |
"adminUsername": "azureuser", | |
"ssh": { | |
"publicKeys": [ | |
{ | |
"keyData": "" | |
} | |
] | |
} | |
}, | |
"servicePrincipalProfile": { | |
"clientId": "", | |
"secret": "" | |
} | |
} | |
} |