Skip to content

Instantly share code, notes, and snippets.

@ams0
Created October 16, 2017 10:00
Show Gist options
  • Save ams0/c028ef6900fd7d6b49c8889c684ef11c to your computer and use it in GitHub Desktop.
Save ams0/c028ef6900fd7d6b49c8889c684ef11c to your computer and use it in GitHub Desktop.
{
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.8",
"kubernetesConfig": {
"enableRbac": true
}
},
"aadProfile": {
"serverAppID": "2fd8a123-f8d0-4040-bc33-81d6744a123f",
"clientAppID": "8d187c35-7ad5-4851-b558-dd01bb4bb453",
"tenantID": "72f988bf-86f1-41af-91ab-2d7cd011db47"
},
"masterProfile": {
"count": 1,
"dnsPrefix": "aadk8s",
"vmSize": "Standard_D2_v2"
},
"agentPoolProfiles": [
{
"name": "agentpool1",
"count": 2,
"vmSize": "Standard_D2_v2",
"availabilityProfile": "AvailabilitySet"
}
],
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIvPbgfHihWSEHM4Dzccx1c0vsYEFYiuUCCkQhvFNWJ8HPTMDg2sPuTvW5pfSY3MOauSDCa2y/wAKONdQG0zNNIUgN6XGKWHk9o2qEF3C540Jr2v3DIaXgZvLiwlS/OgcwBrL9BY7kyGCPyMJcCfpadm4tc044zs6WZlSN1vul59y9A2qPuAlKWnYLO4VV19yIS2BU9sNv8suyADPn6i0vq+Bh8KjFdlje4DrPSGBsVwEmeeXX9kuOVTmVEG+ZHqIqpwaCm3lde3sr4mR9pp/cOtte4IdFBCepvwimCgcyqsNevp8IIl+Ky3/QR2DS4EQEU+fhmM6B5LryD5YXaBj7 [email protected]"
}
]
}
},
"servicePrincipalProfile": {
"clientId": "0a2c890b-4c32-40e4-b4d1-8672630ed4cc",
"secret": "",
"keyvaultSecretRef": {
"vaultID": "/subscriptions/12c7e9d6-967e-40c8-8b3e-4659a4ada3ef/resourceGroups/keyvault/providers/Microsoft.KeyVault/vaults/acsvault",
"secretName": "acssp",
"version": "d39941ebf13d4f5bbf2542cea4e8c531"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment