Skip to content

Instantly share code, notes, and snippets.

@mani0070
Created October 21, 2018 07:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
acs based cluster with Kubernetes orchestrator type
{
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.12",
"kubernetesConfig": {
"addons": [
{
"name": "kubernetes-dashboard",
"enabled" : true
}
]
}
},
"masterProfile": {
"count": 1,
"dnsPrefix": "di-k8s-1",
"vmSize": "Standard_D2_v2"
},
"agentPoolProfiles": [
{
"name": "agentpool1",
"count": 1,
"vmSize": "Standard_D2_v2",
"availabilityProfile": "AvailabilitySet"
}
],
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": "ssh-rsa AAAuRprvQUOPt3luHq/Q1GGyx75I/NAD6baRr xyz@abc-MacBook-Pro.local"
}
]
}
},
"servicePrincipalProfile": {
"clientId": "OUTPUTFROMSTEP01",
"secret": "REPLACETHISWITHYOURSECRET"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment