@@ -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
@@ -192,15 +201,17 @@ Default: `"default"`
192
201
193
202
### default\_ node\_ pool\_ upgrade\_ settings\_ enabled
194
203
195
- Description: default upgrade settings is added to default node pool
204
+ Description: Values:
205
+ false, true
196
206
197
- Type: ` boolean `
207
+ Type: ` bool `
198
208
199
209
Default: ` false `
200
210
201
211
### default\_ node\_ pool\_ upgrade\_ settings\_ max\_ surge
202
212
203
- Description: max surge of upgrade settings for default node pool
213
+ Description: Example: "10%"
214
+ see https://learn.microsoft.com/en-us/azure/aks/upgrade-aks-cluster?tabs=azure-cli#customize-node-surge-upgrade
204
215
205
216
Type: ` string `
206
217
@@ -222,6 +233,22 @@ Type: `number`
222
233
223
234
Default: ` 5 `
224
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
+
225
252
### load\_ balancer\_ sku
226
253
227
254
Description: The SKU for the used Load Balancer
@@ -434,6 +461,10 @@ Description: The Kubernetes API host for a kubectl config
434
461
435
462
Description: The object ID of the service principal of the managed identity of the AKS
436
463
464
+ ### node\_ count
465
+
466
+ Description: n/a
467
+
437
468
### node\_ resource\_ group
438
469
439
470
Description: The resource group the Kubernetes nodes were created in
0 commit comments