Update Kubernetes from v1.10.2 to v1.10.3

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.10.md#v1103
* Update Calico from v3.1.1 to v3.1.2
This commit is contained in:
Dalton Hubble
2018-05-21 20:41:34 -07:00
parent 1e2eec6487
commit 4ea1fde9c5
44 changed files with 99 additions and 95 deletions

View File

@ -18,7 +18,7 @@ module "google-cloud-yavin" {
}
module "bare-metal-mercury" {
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.10.2"
source = "git::https://github.com/poseidon/typhoon//bare-metal/container-linux/kubernetes?ref=v1.10.3"
...
}
```