Update Calico from v3.3.2 to v3.4.0

* https://docs.projectcalico.org/v3.4/releases/
This commit is contained in:
Dalton Hubble
2018-12-15 17:41:25 -08:00
parent e0c032be94
commit 479d498024
10 changed files with 12 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# Self-hosted Kubernetes assets (kubeconfig, manifests)
module "bootkube" {
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=51e3323a6da82799e82522e0e00a6cad1950f61c"
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=d14348a368298b7c8b0878accba4974cce5401f9"
cluster_name = "${var.cluster_name}"
api_servers = ["${format("%s.%s", var.cluster_name, var.dns_zone)}"]