-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlinux-azure-cni.json
54 lines (54 loc) · 1.64 KB
/
linux-azure-cni.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"env": {},
"apiModel": {
"apiVersion": "vlabs",
"location": "",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "1.15",
"orchestratorVersion": "1.15.10",
"kubernetesConfig": {
"networkPlugin": "azure",
"networkPolicy": "azure",
"useInstanceMetadata": false
}
},
"masterProfile": {
"count": 3,
"dnsPrefix": "",
"vmSize": "Standard_D2_v2",
"distro": "aks-ubuntu-16.04"
},
"agentPoolProfiles": [
{
"name": "linuxpool",
"count": 3,
"vmSize": "Standard_D2_v2",
"availabilityProfile": "AvailabilitySet",
"distro": "aks-ubuntu-16.04",
"acceleratedNetworkingEnabled": false
}
],
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": ""
}
]
}
},
"servicePrincipalProfile": {
"clientId": "",
"secret": ""
},
"customCloudProfile": {
"identitySystem": "",
"authenticationMethod": "client_secret",
"portalURL": ""
}
}
}
}