forked from Azure/aks-engine
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwindowsparams.t
124 lines (124 loc) · 3.74 KB
/
windowsparams.t
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
"kubeBinariesSASURL": {
"metadata": {
"description": "The download url for kubernetes windows binaries package"
},
"type": "string"
},
"windowsKubeBinariesURL": {
"metadata": {
"description": "The download url for kubernetes windows binaries produce by Kubernetes. This contains only the node binaries (example: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#node-binaries-1)"
},
"type": "string"
},
"kubeBinariesVersion": {
"metadata": {
"description": "Kubernetes windows binaries version"
},
"type": "string"
},
"windowsContainerdURL": {
"metadata": {
"description": "TODO: containerd - these binaries are not available yet"
},
"type": "string"
},
"windowsSdnPluginURL": {
"metadata": {
"description": "TODO: containerd - these binaries are not available yet"
},
"type": "string"
},
"kubeServiceCidr": {
"metadata": {
"description": "Kubernetes service address space"
},
"type": "string"
},
"windowsTelemetryGUID": {
"metadata": {
"description": "The GUID to set in windows agent to collect telemetry data."
},
"type": "string"
},
"windowsAdminUsername": {
"type": "string",
"metadata": {
"description": "User name for the Windows Swarm Agent Virtual Machines (Password Only Supported)."
}
},
"windowsAdminPassword": {
"type": "securestring",
"metadata": {
"description": "Password for the Windows Swarm Agent Virtual Machines."
}
},
"agentWindowsImageName": {
"defaultValue": "",
"type": "string",
"metadata": {
"description": "Image name when specifying a Windows image reference."
}
},
"agentWindowsImageResourceGroup": {
"defaultValue": "",
"type": "string",
"metadata": {
"description": "Resource group when specifying a Windows image reference."
}
},
"agentWindowsVersion": {
"defaultValue": "latest",
"metadata": {
"description": "Version of the Windows Server OS image to use for the agent virtual machines."
},
"type": "string"
},
"agentWindowsSourceUrl": {
"defaultValue": "",
"metadata": {
"description": "The source of the generalized blob which will be used to create a custom windows image for the agent virtual machines."
},
"type": "string"
},
"agentWindowsPublisher": {
"defaultValue": "MicrosoftWindowsServer",
"metadata": {
"description": "The publisher of windows image for the agent virtual machines."
},
"type": "string"
},
"agentWindowsOffer": {
"defaultValue": "WindowsServerSemiAnnual",
"metadata": {
"description": "The offer of windows image for the agent virtual machines."
},
"type": "string"
},
"agentWindowsSku": {
"defaultValue": "Datacenter-Core-1809-with-Containers-smalldisk",
"metadata": {
"description": "The SKU of windows image for the agent virtual machines."
},
"type": "string"
},
"windowsDockerVersion": {
"defaultValue": "18.09.2",
"metadata": {
"description": "The version of Docker to be installed on Windows Nodes"
},
"type": "string"
},
"defaultContainerdRuntimeHandler": {
"defaultValue": "process",
"metadata": {
"description": "The containerd handler type (process isolated or hyperv)"
},
"type": "string"
},
"hypervRuntimeHandlers": {
"defaultValue": "",
"metadata": {
"description": "comma separated list of hyperv values"
},
"type": "string"
}