Requirements
No requirements.
Providers
| Name | Version |
|---|---|
| azurerm | n/a |
Modules
No modules.
Resources
| Name | Type |
|---|---|
| azurerm_kubernetes_cluster_node_pool.node_pool | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| cluster_id | The ID of the kubernetes cluster | string | n/a | yes |
| enable_auto_scaling | Enables auto scaling on the node pool | bool | true | no |
| max_count | Maximum number of nodes | number | 1 | no |
| max_pods | Maximum pods allowed on the node pool | number | 110 | no |
| min_count | Minimum number of nodes | number | 0 | no |
| name | The name of the node pool | string | n/a | yes |
| node_count | Initial number of nodes | number | 0 | no |
| node_labels | Labels to apply against these nodes | map(string) | {} | no |
| node_taints | Taints to apply against these nodes | list(string) | [] | no |
| purpose | The purpose of the node pool | string | n/a | yes |
| tags | List of tags to generate | map(string) | n/a | yes |
| vm_size | n/a | string | n/a | yes |
| vnet_subnet_id | The subnet ID that these nodes will be attached to | string | n/a | yes |
Outputs
No outputs.