gke-node-pool

bborysenko/gke-node-pool/google

Terraform Module HCL GOOGLE

Terraform Module to manage Google Kubernetes Engine Node Pool

Install
module "gke-node-pool" {
source = "bborysenko/gke-node-pool/google"
version = "0.1.0"
}
plain text: /constructs/tfmod-bborysenko-gke-node-pool-google/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform Module to create Google Kubernetes Engine Node Pool This repo contains a Terraform module to create additional custom Node Pools of different configurations for Google Kubernetes Engine cluster.

Inputs (13)
NameTypeDescriptionDefault
zonestringThe zone in which the cluster resides. required
clusterstringThe cluster name to create the node pool for. required
namestringThe name of the node pool. required
auto_upgradestringSets Auto-Upgrade feature. See https://cloud.google.com/kubernetes-engine/docs/n"false"
disk_size_gbstringSize of the disk attached to each node"100"
preemptiblestringWhether or not the underlying node VMs are preemptible"false"
tagslistInstance tags applied to all nodes to identify valid sources or targets for netw[]
labelsmapThe Kubernetes labels (key/value pairs) to be applied to each node{}
taintlistKubernetes taints to apply to each node[]
max_node_countstringMaximum number of nodes"1"
auto_repairstringSets Auto-Repair feature. More info here: https://cloud.google.com/kubernetes-en"false"
machine_typestringGoogle Compute Engine machine type"n1-standard-1"
min_node_countstringMinimum number of nodes"1"
Resources (1)
google_container_node_pool
Topics & Tags
gketerraform-module
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud GOOGLE
★ Stars1
Forks1
Total downloads5.7k
Inputs13
Resources1
Namespacebborysenko
Updated