mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-29 19:41:33 +02:00
Create controller instances across zones in the region
* Change controller instances to automatically span zones in a region * Remove the `zone` required variable
This commit is contained in:
@ -78,7 +78,6 @@ module "google-cloud-yavin" {
|
||||
|
||||
# Google Cloud
|
||||
region = "us-central1"
|
||||
zone = "us-central1-c"
|
||||
dns_zone = "example.com"
|
||||
dns_zone_name = "example-zone"
|
||||
os_image = "coreos-stable-1520-6-0-v20171012"
|
||||
@ -195,7 +194,6 @@ Learn about [version pinning](concepts.md#versioning), maintenance, and [addons]
|
||||
|:-----|:------------|:--------|
|
||||
| cluster_name | Unique cluster name (prepended to dns_zone) | "yavin" |
|
||||
| region | Google Cloud region | "us-central1" |
|
||||
| zone | Google Cloud zone | "us-central1-f" |
|
||||
| dns_zone | Google Cloud DNS zone | "google-cloud.example.com" |
|
||||
| dns_zone_name | Google Cloud DNS zone name | "example-zone" |
|
||||
| ssh_authorized_key | SSH public key for ~/.ssh_authorized_keys | "ssh-rsa AAAAB3NZ..." |
|
||||
|
@ -47,7 +47,6 @@ module "google-cloud-yavin" {
|
||||
|
||||
# Google Cloud
|
||||
region = "us-central1"
|
||||
zone = "us-central1-c"
|
||||
dns_zone = "example.com"
|
||||
dns_zone_name = "example-zone"
|
||||
os_image = "coreos-stable-1465-6-0-v20170817"
|
||||
|
Reference in New Issue
Block a user