Skip to content

Instantly share code, notes, and snippets.

@wbuchwalter
Created March 6, 2017 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbuchwalter/aee25ce876c76d5cac6d430b936acc00 to your computer and use it in GitHub Desktop.
Save wbuchwalter/aee25ce876c76d5cac6d430b936acc00 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": "agentpool1",
"count": 2,
"vmSize": "Standard_NC6",
"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