@@ -132,6 +132,15 @@ Type: `list(string)`
132
132
133
133
Default: ` [] `
134
134
135
+ ### automatic\_ channel\_ upgrade
136
+
137
+ Description: Values: none, patch, stable, rapid, node-image
138
+ for further information see https://learn.microsoft.com/en-us/azure/aks/auto-upgrade-cluster
139
+
140
+ Type: ` string `
141
+
142
+ Default: ` none `
143
+
135
144
### availability\_ zones
136
145
137
146
Description: availability zones to spread the cluster nodes across, if omitted, only one avilability zone is used
@@ -195,6 +204,42 @@ Type: `string`
195
204
196
205
Default: ` "" `
197
206
207
+ ### maintenance\_ window\_ auto\_ upgrade\_ day\_ of\_ week
208
+
209
+ Description: The maintenance window is automatically, if automatic\_ channel\_ upgrade != none
210
+ for values see https://learn.microsoft.com/en-us/azure/aks/planned-maintenance#creating-a-maintenance-window
211
+
212
+ Type: ` string `
213
+
214
+ Default: ` "Monday" `
215
+
216
+ ### maintenance\_ window\_ auto\_ upgrade\_ duration
217
+
218
+ Description: The maintenance window is automatically, if automatic\_ channel\_ upgrade != none
219
+ for values see https://learn.microsoft.com/en-us/azure/aks/planned-maintenance#creating-a-maintenance-window
220
+
221
+ Type: ` string `
222
+
223
+ Default: ` "4" `
224
+
225
+ ### maintenance\_ window\_ auto\_ upgrade\_ start\_ time
226
+
227
+ Description: The maintenance window is automatically, if automatic\_ channel\_ upgrade != none
228
+ for values see https://learn.microsoft.com/en-us/azure/aks/planned-maintenance#creating-a-maintenance-window
229
+
230
+ Type: ` string `
231
+
232
+ Default: ` "04:00" `
233
+
234
+ ### maintenance\_ window\_ auto\_ upgrade\_ utc\_ offset
235
+
236
+ Description: The maintenance window is automatically, if automatic\_ channel\_ upgrade != none
237
+ for values see https://learn.microsoft.com/en-us/azure/aks/planned-maintenance#creating-a-maintenance-window
238
+
239
+ Type: ` string `
240
+
241
+ Default: ` "+00:00" `
242
+
198
243
### max\_ pods
199
244
200
245
Description: Amount of pods allowed on each node (be aware that kubernetes system pods are also counted
0 commit comments