Update Google Cloud Kubernetes to use bootkube v0.5.0

This commit is contained in:
Dalton Hubble 2017-07-16 21:42:32 -07:00
parent ddfa5e1bea
commit eb0df49171
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ storage:
[ -d /opt/bootkube/assets/experimental/manifests ] && mv /opt/bootkube/assets/experimental/manifests/* /opt/bootkube/assets/manifests && rm -r /opt/bootkube/assets/experimental/manifests
[ -d /opt/bootkube/assets/experimental/bootstrap-manifests ] && mv /opt/bootkube/assets/experimental/bootstrap-manifests/* /opt/bootkube/assets/bootstrap-manifests && rm -r /opt/bootkube/assets/experimental/bootstrap-manifests
BOOTKUBE_ACI="$${BOOTKUBE_ACI:-quay.io/coreos/bootkube}"
BOOTKUBE_VERSION="$${BOOTKUBE_VERSION:-v0.4.5}"
BOOTKUBE_VERSION="$${BOOTKUBE_VERSION:-v0.5.0}"
BOOTKUBE_ASSETS="$${BOOTKUBE_ASSETS:-/opt/bootkube/assets}"
exec /usr/bin/rkt run \
--trust-keys-from-https \

View File

@ -1,6 +1,6 @@
# Self-hosted Kubernetes assets (kubeconfig, manifests)
module "bootkube" {
source = "git::https://github.com/dghubble/bootkube-terraform.git?ref=v0.4.5"
source = "git::https://github.com/dghubble/bootkube-terraform.git?ref=v0.5.0"
cluster_name = "${var.cluster_name}"
api_servers = ["${var.k8s_domain_name}"]