Skip to content

Instantly share code, notes, and snippets.

@wbuchwalter
Last active March 1, 2017 17:20
Show Gist options
  • Save wbuchwalter/578be11f845d9348834e5099c61d4807 to your computer and use it in GitHub Desktop.
Save wbuchwalter/578be11f845d9348834e5099c61d4807 to your computer and use it in GitHub Desktop.
{
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes"
},
"masterProfile": {
"count": 1,
"dnsPrefix": "",
"vmSize": "Standard_D2_v2"
},
"agentPoolProfiles": [
{
"name": "agentpool2",
"count": 3,
"vmSize": "Standard_D2_v2",
"availabilityProfile": "AvailabilitySet"
},
{
"name": "agentpool1",
"count": 2,
"vmSize": "Standard_DS2",
"availabilityProfile": "AvailabilitySet"
}
],
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": ""
}
]
}
},
"servicePrincipalProfile": {
"servicePrincipalClientID": "",
"servicePrincipalClientSecret": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment