|
8 | 8 | "kubernetesConfig": {
|
9 | 9 | "networkPlugin": "azure",
|
10 | 10 | "networkPolicy": "azure",
|
| 11 | + "containerRuntime": "containerd", |
11 | 12 | "azureCNIVersion": "",
|
12 | 13 | "azureCNIURLWindows": "",
|
13 | 14 | "apiServerConfig": {
|
14 | 15 | "--tls-min-version": "VersionTLS12",
|
15 | 16 | "--tls-cipher-suites": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
|
16 | 17 | },
|
17 |
| - "addons": [{ |
18 |
| - "name": "azure-npm-daemonset", |
19 |
| - "enabled": true, |
20 |
| - "containers": [{ |
| 18 | + "addons": [ |
| 19 | + { |
21 | 20 | "name": "azure-npm-daemonset",
|
22 |
| - "image": "" |
23 |
| - }] |
24 |
| - }] |
| 21 | + "enabled": true, |
| 22 | + "containers": [ |
| 23 | + { |
| 24 | + "name": "azure-npm-daemonset", |
| 25 | + "image": "" |
| 26 | + } |
| 27 | + ] |
| 28 | + } |
| 29 | + ] |
25 | 30 | }
|
26 | 31 | },
|
27 | 32 | "masterProfile": {
|
28 | 33 | "count": 1,
|
29 | 34 | "dnsPrefix": "cniWindows",
|
30 | 35 | "vmSize": "Standard_D2_v2"
|
31 | 36 | },
|
32 |
| - "agentPoolProfiles": [{ |
33 |
| - "name": "windowspool2", |
34 |
| - "count": 2, |
35 |
| - "vmSize": "Standard_D2_v2", |
36 |
| - "availabilityProfile": "VirtualMachineScaleSets", |
37 |
| - "osType": "Windows" |
38 |
| - }], |
| 37 | + "agentPoolProfiles": [ |
| 38 | + { |
| 39 | + "name": "windowspool2", |
| 40 | + "count": 2, |
| 41 | + "vmSize": "Standard_D2_v2", |
| 42 | + "availabilityProfile": "VirtualMachineScaleSets", |
| 43 | + "osType": "Windows" |
| 44 | + } |
| 45 | + ], |
39 | 46 | "windowsProfile": {
|
40 | 47 | "adminUsername": "azureuser",
|
41 | 48 | "adminPassword": "azureTest@!",
|
42 | 49 | "enableAutomaticUpdates": true,
|
43 | 50 | "sshEnabled": true,
|
44 |
| - "windowsPublisher": "MicrosoftWindowsServer", |
45 |
| - "windowsOffer": "WindowsServer", |
46 |
| - "windowsSku": "Datacenter-Core-1903-with-Containers-smalldisk", |
47 |
| - "imageVersion": "latest" |
| 51 | + "imageReference": { |
| 52 | + "name": "containerVMImageDefinition", |
| 53 | + "resourceGroup": "container-images-rg", |
| 54 | + "subscriptionId": "d9eabe18-12f6-4421-934a-d7e2327585f5", |
| 55 | + "gallery": "containerImageComputeGallery", |
| 56 | + "version": "latest" |
| 57 | + } |
48 | 58 | },
|
49 | 59 | "linuxProfile": {
|
50 | 60 | "adminUsername": "azureuser",
|
51 | 61 | "ssh": {
|
52 |
| - "publicKeys": [{ |
53 |
| - "keyData": "" |
54 |
| - }] |
| 62 | + "publicKeys": [ |
| 63 | + { |
| 64 | + "keyData": "" |
| 65 | + } |
| 66 | + ] |
55 | 67 | }
|
56 | 68 | },
|
57 | 69 | "servicePrincipalProfile": {
|
|
0 commit comments