File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "apiVersion" :" vlabs" ,
3+ "properties" :{
4+ "orchestratorProfile" :{
5+ "orchestratorType" :" Kubernetes" ,
6+ "orchestratorRelease" :" 1.11" ,
7+ "kubernetesConfig" :{
8+ "networkPlugin" :" azure" ,
9+ "networkPolicy" :" azure" ,
10+ "azureCNIVersion" :" " ,
11+ "azureCNIURLLinux" :" "
12+ }
13+ },
14+ "masterProfile" :{
15+ "count" :1 ,
16+ "dnsPrefix" :" cniLinux" ,
17+ "vmSize" :" Standard_D2_v2"
18+ },
19+ "agentPoolProfiles" :[
20+ {
21+ "name" :" agentpool1" ,
22+ "count" :3 ,
23+ "vmSize" :" Standard_D2_v2" ,
24+ "osType" : " Linux" ,
25+ "distro" : " aks-18.04" ,
26+ "availabilityProfile" :" AvailabilitySet"
27+ }
28+ ],
29+ "linuxProfile" :{
30+ "adminUsername" :" azureuser" ,
31+ "ssh" :{
32+ "publicKeys" :[
33+ {
34+ "keyData" :" "
35+ }
36+ ]
37+ }
38+ },
39+ "servicePrincipalProfile" :{
40+ "clientId" :" " ,
41+ "secret" :" "
42+ }
43+ }
44+ }
You can’t perform that action at this time.
0 commit comments