Update flannel from v0.9.0 to v0.10.0

* https://github.com/coreos/flannel/releases/tag/v0.10.0
This commit is contained in:
Dalton Hubble
2018-01-28 23:09:21 -08:00
parent 8e0b8d7e40
commit 2fa1840c30
5 changed files with 8 additions and 5 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=f4ccbeee1010918b7bc19ef824121b175da3955e"
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=8d40d6c64d5365d14e490bc5fb231dc45a0d2371"
cluster_name = "${var.cluster_name}"
api_servers = ["${format("%s.%s", var.cluster_name, var.dns_zone)}"]