Created
February 27, 2018 10:24
-
-
Save skinny/64bc5d8e011562a0d4e6162301428693 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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