Create an OVH managed Kubernetes nodepool
| Name |
Version |
| ovh |
~> 0.24.0 |
| time |
~> 0.9.1 |
No modules.
| Name |
Description |
Type |
Default |
Required |
| anti_affinity |
Should the pool use anti affinity features |
bool |
false |
no |
| autoscale |
Enable auto-scaling for the pool |
bool |
false |
no |
| cloud_project_id |
The OVH public cloud project id |
string |
n/a |
yes |
| customer |
Customer for the current deployment |
string |
"" |
no |
| desired_nodes |
Desired number of nodes in the pool |
number |
1 |
no |
| flavor_name |
The flavor of OS image to use |
string |
"b2-7" |
no |
| kube_id |
The kube controlplane id |
string |
n/a |
yes |
| max_nodes |
Maximum number of nodes in the pool |
number |
1 |
no |
| min_nodes |
Minimum number of nodes in the pool |
number |
1 |
no |
| monthly_billed |
Should the nodes be billed on a monthly basis |
bool |
false |
no |
| name |
Name applied to this instance |
string |
"" |
no |
| tags |
Default tags to add to resources |
map(any) |
{} |
no |
| template |
The template to use for the nodepool |
any |
null |
no |