You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="(Required) The maximum number of nodes which should exist within this Node Pool. Valid values are between 0 and 1000 and must be greater than or equal to min_count."
175
-
type=number
176
-
default=10
177
-
}
178
-
179
-
variable"system_node_pool_min_count" {
180
-
description="(Required) The minimum number of nodes which should exist within this Node Pool. Valid values are between 0 and 1000 and must be less than or equal to max_count."
181
-
type=number
182
-
default=3
183
-
}
184
-
185
-
variable"system_node_pool_node_count" {
186
-
description="(Optional) The initial number of nodes which should exist within this Node Pool. Valid values are between 0 and 1000 and must be a value in the range min_count - max_count."
187
-
type=number
188
-
default=3
189
-
}
190
-
191
173
variable"log_analytics_workspace_id" {
192
174
description="(Optional) The ID of the Log Analytics Workspace which the OMS Agent should send data to. Must be present if enabled is true."
description="(Required) The maximum number of nodes which should exist within this Node Pool. Valid values are between 0 and 1000 and must be greater than or equal to min_count."
247
-
type=number
248
-
default=10
249
-
}
250
-
251
-
variable"system_node_pool_min_count" {
252
-
description="(Required) The minimum number of nodes which should exist within this Node Pool. Valid values are between 0 and 1000 and must be less than or equal to max_count."
253
-
type=number
254
-
default=3
255
-
}
256
-
257
-
variable"system_node_pool_node_count" {
258
-
description="(Optional) The initial number of nodes which should exist within this Node Pool. Valid values are between 0 and 1000 and must be a value in the range min_count - max_count."
259
-
type=number
260
-
default=3
261
-
}
262
-
263
245
variable"user_node_pool_name" {
264
246
description="(Required) Specifies the name of the node pool."
description="(Required) The maximum number of nodes which should exist within this Node Pool. Valid values are between 0 and 1000 and must be greater than or equal to min_count."
343
-
type=number
344
-
default=10
345
-
}
346
-
347
-
variable"user_node_pool_min_count" {
348
-
description="(Required) The minimum number of nodes which should exist within this Node Pool. Valid values are between 0 and 1000 and must be less than or equal to max_count."
349
-
type=number
350
-
default=3
351
-
}
352
-
353
-
variable"user_node_pool_node_count" {
354
-
description="(Optional) The initial number of nodes which should exist within this Node Pool. Valid values are between 0 and 1000 and must be a value in the range min_count - max_count."
355
-
type=number
356
-
default=3
357
-
}
358
-
359
323
variable"storage_account_kind" {
360
324
description="(Optional) Specifies the account kind of the storage account"
0 commit comments