Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

OVH PCI private subnet

Create an OVH managed Kubernetes nodepool

Requirements

Name Version
terraform ~> 1.3
ovh ~> 0.24.0
time ~> 0.9.1

Providers

Name Version
ovh ~> 0.24.0
time ~> 0.9.1

Modules

No modules.

Resources

Name Type
ovh_cloud_project_kube_nodepool.pool resource
time_static.last_update resource

Inputs

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

Outputs

Name Description
available_nodes n/a