- Terraform v0.11.14
- edit variables.tf
- $terraform init
- $terraform plan
- $terraform apply
Fully automated infrastructure according to Kubernetes the hard way
you may need to read this for setup gcp credentials.
Name | Version |
---|---|
~> 1.20 |
Name | Version |
---|---|
~> 1.20 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
kube_api_port | n/a | string |
"6443" |
no |
machines | n/a | map |
{ |
no |
network | n/a | map |
{ |
no |
number_of_controller | n/a | number |
3 |
no |
number_of_worker | n/a | number |
3 |
no |
project | n/a | string |
"k8sops" |
no |
region | n/a | string |
"us-central1" |
no |
zones | n/a | list |
[ |
no |
Name | Description |
---|---|
addresses | n/a |
master_ip_list | Master ip list |
worker_ip_list | worker ip list |