Skip to content

Instantly share code, notes, and snippets.

@radu-matei
Created October 6, 2017 18:15
Show Gist options
  • Save radu-matei/7ba751e0074621313b997c12ccf28dbe to your computer and use it in GitHub Desktop.
Save radu-matei/7ba751e0074621313b997c12ccf28dbe to your computer and use it in GitHub Desktop.
kubernetes18.json
{
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.8"
},
"masterProfile": {
"count": 1,
"dnsPrefix": "",
"vmSize": "Standard_D2_v2"
},
"agentPoolProfiles": [
{
"name": "agentpool1",
"count": 3,
"vmSize": "Standard_D2_v2",
"availabilityProfile": "AvailabilitySet"
}
],
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": ""
}
]
}
},
"servicePrincipalProfile": {
"clientId": "",
"secret": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment