light kubernetes cluster for gke testing
- single zone
- single node
- non default pool
- e2-micro
- small node storage disk
Name | Version |
---|---|
terraform | ~> v1.10.0 |
~> 6.12.0 | |
random | ~> 3.6.0 |
Name | Version |
---|---|
~> 6.12.0 | |
random | ~> 3.6.0 |
No modules.
Name | Type |
---|---|
google_container_cluster.default | resource |
google_container_node_pool.primary_nodes | resource |
google_project_service.default | resource |
random_string.default | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
cluster_prefix | cluster prefix set before a random string for the clusters name | string |
"cluster" |
no |
gke_nodes | number of gke nodes | number |
1 |
no |
labels | A map of labels to apply to contained resources. | map(string) |
{} |
no |
node_machine_type | Primary nodes machine type | string |
"e2-micro" |
no |
node_tags | A list of node tags | list(string) |
[] |
no |
preemptible | A boolean that represents whether or not the underlying node VMs are preemptible. | bool |
true |
no |
region | n/a | string |
"europe-west1" |
no |
zone | n/a | string |
"europe-west1-a" |
no |
No outputs.