Skip to content

Instantly share code, notes, and snippets.

@skinny
Created February 27, 2018 10:24
Show Gist options
  • Save skinny/64bc5d8e011562a0d4e6162301428693 to your computer and use it in GitHub Desktop.
Save skinny/64bc5d8e011562a0d4e6162301428693 to your computer and use it in GitHub Desktop.
my relevant apimodel: ```{
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.9.3",
"kubernetesConfig": {
"networkPolicy": "calico",
"etcdDiskSizeGB": "64",
"useCloudControllerManager": true,
"addons": [
{
"name": "tiller",
"enabled": true
}
]
}
},
"masterProfile": {
"count": 1,
"dnsPrefix": "k8s-xxx-xxx",
"vmSize": "Standard_D2_v2",
"firstConsecutiveStaticIP": "10.240.255.5"
},
"agentPoolProfiles": [
{
"name": "default",
"count": 1,
"vmSize": "Standard_D2_v2",
"availabilityProfile": "AvailabilitySet",
"storageProfile": "ManagedDisks"
}
],
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": ""
}
]
}
},
"servicePrincipalProfile": {
"clientId": "0000000",
"secret": "00000000"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment