Skip to content

Commit 5f0a395

Browse files
kpshjkDennis Ploeger
authored andcommitted
doc: Add option to enable automatic_channel_upgrade
1 parent 06c51ff commit 5f0a395

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,15 @@ Type: `list(string)`
132132

133133
Default: `[]`
134134

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+
135144
### availability\_zones
136145

137146
Description: availability zones to spread the cluster nodes across, if omitted, only one avilability zone is used
@@ -195,6 +204,42 @@ Type: `string`
195204

196205
Default: `""`
197206

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+
198243
### max\_pods
199244

200245
Description: Amount of pods allowed on each node (be aware that kubernetes system pods are also counted

0 commit comments

Comments
 (0)