Skip to content

Commit

Permalink
Update Kubernetes from v1.6.6 to v1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Jul 19, 2017
1 parent 4175b3b commit b847800
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gce-bootkube-controller/cl/bootkube-controller.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ storage:
contents:
inline: |
KUBELET_IMAGE_URL=quay.io/coreos/hyperkube
KUBELET_IMAGE_TAG=v1.6.6_coreos.1
KUBELET_IMAGE_TAG=v1.6.7_coreos.0
- path: /etc/sysctl.d/max-user-watches.conf
filesystem: root
contents:
Expand All @@ -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.5.0}"
BOOTKUBE_VERSION="$${BOOTKUBE_VERSION:-v0.5.1}"
BOOTKUBE_ASSETS="$${BOOTKUBE_ASSETS:-/opt/bootkube/assets}"
exec /usr/bin/rkt run \
--trust-keys-from-https \
Expand Down
4 changes: 2 additions & 2 deletions gce-bootkube-worker/cl/bootkube-worker.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ storage:
contents:
inline: |
KUBELET_IMAGE_URL=quay.io/coreos/hyperkube
KUBELET_IMAGE_TAG=v1.6.6_coreos.1
KUBELET_IMAGE_TAG=v1.6.7_coreos.0
- path: /etc/sysctl.d/max-user-watches.conf
filesystem: root
contents:
Expand All @@ -116,7 +116,7 @@ storage:
--trust-keys-from-https \
--volume config,kind=host,source=/etc/kubernetes \
--mount volume=config,target=/etc/kubernetes \
quay.io/coreos/hyperkube:v1.6.6_coreos.1 \
quay.io/coreos/hyperkube:v1.6.7_coreos.0 \
--net=host \
--dns=host \
--exec=/kubectl -- --kubeconfig=/etc/kubernetes/kubeconfig delete node $(hostname)
Expand Down
2 changes: 1 addition & 1 deletion gce-bootkube/bootkube.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Self-hosted Kubernetes assets (kubeconfig, manifests)
module "bootkube" {
source = "git::https://github.com/dghubble/bootkube-terraform.git?ref=v0.5.0"
source = "git::https://github.com/dghubble/bootkube-terraform.git?ref=v0.5.1"

cluster_name = "${var.cluster_name}"
api_servers = ["${var.k8s_domain_name}"]
Expand Down
2 changes: 1 addition & 1 deletion metal-worker-pxe/cl/bootkube-worker.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ storage:
contents:
inline: |
KUBELET_IMAGE_URL=quay.io/coreos/hyperkube
KUBELET_IMAGE_TAG=v1.6.6_coreos.1
KUBELET_IMAGE_TAG=v1.6.7_coreos.0
- path: /etc/hostname
filesystem: root
mode: 0644
Expand Down

0 comments on commit b847800

Please sign in to comment.