@@ -124,6 +124,15 @@ Type: `string`
124
124
125
125
The following input variables are optional (have default values):
126
126
127
+ ### ad\_ rbac\_ enabled
128
+
129
+ Description: Defines RBAC for block azure\_ active\_ directory\_ role\_ based\_ access\_ control explicitly if set.
130
+ Else RBAC for block azure\_ active\_ directory\_ role\_ based\_ access\_ control is set by "rbac\_ enabled"
131
+
132
+ Type: ` bool `
133
+
134
+ Default: ` null `
135
+
127
136
### api\_ server\_ ip\_ ranges
128
137
129
138
Description: The IP ranges to allow for incoming traffic to the server nodes. To disable the limitation, set an empty list as value (default).
@@ -132,7 +141,7 @@ Type: `list(string)`
132
141
133
142
Default: ` [] `
134
143
135
- ### auto\_ scaling\_ enable
144
+ ### auto\_ scaling\_ enabled
136
145
137
146
Description: Enable auto-scaling of node pool
138
147
@@ -156,7 +165,7 @@ Type: `string`
156
165
157
166
Default: ` "1" `
158
167
159
- ### automatic\_ channel \ _ upgrade
168
+ ### automatic\_ upgrade\_ channel
160
169
161
170
Description: Values:
162
171
none, patch, stable, rapid, node-image
@@ -190,6 +199,24 @@ Type: `string`
190
199
191
200
Default: ` "default" `
192
201
202
+ ### default\_ node\_ pool\_ upgrade\_ settings\_ enabled
203
+
204
+ Description: Values:
205
+ false, true
206
+
207
+ Type: ` bool `
208
+
209
+ Default: ` false `
210
+
211
+ ### default\_ node\_ pool\_ upgrade\_ settings\_ max\_ surge
212
+
213
+ Description: Example: "10%"
214
+ see https://learn.microsoft.com/en-us/azure/aks/upgrade-aks-cluster?tabs=azure-cli#customize-node-surge-upgrade
215
+
216
+ Type: ` string `
217
+
218
+ Default: ` "10%" `
219
+
193
220
### dns\_ prefix
194
221
195
222
Description: DNS-Prefix to use. Defaults to cluster name
@@ -206,6 +233,22 @@ Type: `number`
206
233
207
234
Default: ` 5 `
208
235
236
+ ### image\_ cleaner\_ enabled
237
+
238
+ Description: Azure default settings
239
+
240
+ Type: ` bool `
241
+
242
+ Default: ` false `
243
+
244
+ ### image\_ cleaner\_ interval\_ hours
245
+
246
+ Description: Azure default settings
247
+
248
+ Type: ` number `
249
+
250
+ Default: ` 48 `
251
+
209
252
### load\_ balancer\_ sku
210
253
211
254
Description: The SKU for the used Load Balancer
@@ -418,6 +461,10 @@ Description: The Kubernetes API host for a kubectl config
418
461
419
462
Description: The object ID of the service principal of the managed identity of the AKS
420
463
464
+ ### node\_ count
465
+
466
+ Description: n/a
467
+
421
468
### node\_ resource\_ group
422
469
423
470
Description: The resource group the Kubernetes nodes were created in
0 commit comments