From d5bd3c488a354439462c463ed805104c8dc0ac34 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Mon, 12 Jun 2017 18:07:05 -0700 Subject: [PATCH 1/3] Update cluster-proportional-autoscaler-amd64 to 1.1.2-r2 --- .../dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml b/cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml index a453b4cfdf4..c3742493c3c 100644 --- a/cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml +++ b/cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml @@ -31,7 +31,7 @@ spec: spec: containers: - name: autoscaler - image: gcr.io/google_containers/cluster-proportional-autoscaler-amd64:1.1.2 + image: gcr.io/google_containers/cluster-proportional-autoscaler-amd64:1.1.2-r2 resources: requests: cpu: "20m" From 702617815dc1099251edf6d0b786ab7d9ac278c5 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Wed, 14 Jun 2017 13:31:47 -0700 Subject: [PATCH 2/3] Update metadata-proxy to 0.1.1 --- cluster/addons/metadata-proxy/gce/metadata-proxy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/metadata-proxy/gce/metadata-proxy.yaml b/cluster/addons/metadata-proxy/gce/metadata-proxy.yaml index feb6e5ea546..4e1fbf285bc 100644 --- a/cluster/addons/metadata-proxy/gce/metadata-proxy.yaml +++ b/cluster/addons/metadata-proxy/gce/metadata-proxy.yaml @@ -27,7 +27,7 @@ spec: dnsPolicy: Default containers: - name: metadata-proxy - image: gcr.io/google-containers/metadata-proxy:0.1 + image: gcr.io/google-containers/metadata-proxy:0.1.1 imagePullPolicy: Always securityContext: privileged: true From 0bcc271b282a08e9b48cd964fefe3a2e2ab45c48 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Wed, 14 Jun 2017 13:32:03 -0700 Subject: [PATCH 3/3] Update fluentd-gcp to 2.0.6 --- cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml b/cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml index 82e1211d7f0..9870d09a81a 100644 --- a/cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml +++ b/cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml @@ -27,7 +27,7 @@ spec: hostNetwork: true containers: - name: fluentd-gcp - image: gcr.io/google-containers/fluentd-gcp:2.0.5 + image: gcr.io/google-containers/fluentd-gcp:2.0.6 # If fluentd consumes its own logs, the following situation may happen: # fluentd fails to send a chunk to the server => writes it to the log => # tries to send this message to the server => fails to send a chunk and so on.