Skip to content

Instantly share code, notes, and snippets.

@ams0
Created October 4, 2017 20:12
Show Gist options
  • Save ams0/65bf22c787000d5fccf05e7bea32c1e2 to your computer and use it in GitHub Desktop.
Save ams0/65bf22c787000d5fccf05e7bea32c1e2 to your computer and use it in GitHub Desktop.
{
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.8",
"kubernetesConfig": {
"networkPolicy": "calico",
"clusterSubnet": "172.16.38.0/23"
}
},
"masterProfile": {
"count": 1,
"dnsPrefix": "kube18",
"vmSize": "Standard_D2_v2",
"vnetSubnetId": "/subscriptions/12c7e9d6-967e-40c8-8b3e-4659a4ada3ef/resourceGroups/kube18/providers/Microsoft.Network/virtualNetworks/dev-eu2-vnet/subnets/dev-eu2-k8s-subnet",
"firstConsecutiveStaticIP": "172.16.38.30",
"vnetCidr": "172.16.32.0/19"
},
"agentPoolProfiles": [
{
"name": "agentpool1",
"count": 2,
"vmSize": "Standard_D2_v2",
"vnetSubnetId": "/subscriptions/12c7e9d6-967e-40c8-8b3e-4659a4ada3ef/resourceGroups/kube18/providers/Microsoft.Network/virtualNetworks/dev-eu2-vnet/subnets/dev-eu2-k8s-subnet",
"availabilityProfile": "AvailabilitySet"
}
],
"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