forked from kubernetes-sigs/windows-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkubernetes_containerd_1_24_csi_enabled.json
More file actions
72 lines (72 loc) · 2.57 KB
/
kubernetes_containerd_1_24_csi_enabled.json
File metadata and controls
72 lines (72 loc) · 2.57 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"apiVersion": "vlabs",
"properties": {
"featureFlags": {
"enableTelemetry": true
},
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorRelease": "",
"kubernetesConfig": {
"useManagedIdentity": false,
"azureCNIURLLinux": "https://github.com/Azure/azure-container-networking/releases/download/v1.4.13/azure-vnet-cni-linux-amd64-v1.4.13.tgz",
"azureCNIURLWindows": "https://github.com/Azure/azure-container-networking/releases/download/v1.4.13/azure-vnet-cni-windows-amd64-v1.4.13.zip",
"networkPlugin": "azure",
"containerRuntime": "containerd",
"controllerManagerConfig": {
"--feature-gates": "LegacyServiceAccountTokenNoAutoGeneration=false"
},
"windowsContainerdURL": "https://github.com/containerd/containerd/releases/download/v1.6.0/containerd-1.6.0-windows-amd64.tar.gz",
"addons": [
{
"name": "azuredisk-csi-driver",
"enabled": true
},
{
"name": "azurefile-csi-driver",
"enabled": true
}
]
}
},
"masterProfile": {
"count": 1,
"dnsPrefix": "",
"vmSize": "Standard_D2_v3"
},
"agentPoolProfiles": [
{
"name": "windowspool1",
"count": 2,
"vmSize": "Standard_D4s_v3",
"osDiskSizeGB": 128,
"osType": "Windows"
}
],
"windowsProfile": {
"adminUsername": "azureuser",
"adminPassword": "replacepassword1234$",
"sshEnabled": true,
"csiProxyURL": "https://acs-mirror.azureedge.net/csi-proxy/v1.0.2/binaries/csi-proxy-v1.0.2.tar.gz",
"enableCSIProxy": true,
"windowsPublisher": "microsoft-aks",
"windowsOffer": "aks-windows",
"windowsSku": "2019-datacenter-core-ctrd-2212",
"imageVersion": "17763.3650.221213"
},
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": ""
}
]
}
},
"servicePrincipalProfile": {
"clientID": "",
"secret": ""
}
}
}