Skip to content

Instantly share code, notes, and snippets.

@ams0
Created February 8, 2018 14:12
Show Gist options
  • Save ams0/61e80d2ade2d591f7f1679d8a9e86a59 to your computer and use it in GitHub Desktop.
Save ams0/61e80d2ade2d591f7f1679d8a9e86a59 to your computer and use it in GitHub Desktop.
{
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes"
},
"masterProfile": {
"count": 1,
"dnsPrefix": "cloverfield",
"vmSize": "Standard_D2_v2"
},
"agentPoolProfiles": [
{
"name": "linuxpool1",
"count": 2,
"vmSize": "Standard_D2_v2",
"availabilityProfile": "AvailabilitySet"
},
{
"name": "windowspool2",
"count": 2,
"vmSize": "Standard_D2_v2",
"availabilityProfile": "AvailabilitySet",
"osType": "Windows"
}
],
"windowsProfile": {
"adminUsername": "azureuser",
"adminPassword": "P8mW9wzh34lz0syLW7BJHwmeO"
},
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIvPbgfHihWSEHM4Dzccx1c0vsYEFYiuUCCkQhvFNWJ8HPTMDg2sPuTvW5pfSY3MOauSDCa2y/wAKONdQG0zNNIUgN6XGKWHk9o2qEF3C540Jr2v3DIaXgZvLiwlS/OgcwBrL9BY7kyGCPyMJcCfpadm4tc044zs6WZlSN1vul59y9A2qPuAlKWnYLO4VV19yIS2BU9sNv8suyADPn6i0vq+Bh8KjFdlje4DrPSGBsVwEmeeXX9kuOVTmVEG+ZHqIqpwaCm3lde3sr4mR9pp/cOtte4IdFBCepvwimCgcyqsNevp8IIl+Ky3/QR2DS4EQEU+fhmM6B5LryD5YXaBj7 [email protected]"
}
]
}
},
"servicePrincipalProfile": {
"clientId": "",
"secret": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment