From 5125996183cd95e3a6c308b38e0d266508ea5799 Mon Sep 17 00:00:00 2001 From: Ismail Alidzhikov Date: Mon, 8 Apr 2019 06:34:24 +0300 Subject: [PATCH] Update fluentd image (#13661) Signed-off-by: ialidzhikov --- content/en/examples/controllers/daemonset.yaml | 2 +- content/ja/examples/controllers/daemonset.yaml | 2 +- content/zh/docs/concepts/workloads/controllers/daemonset.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/examples/controllers/daemonset.yaml b/content/en/examples/controllers/daemonset.yaml index c576ede377..f6c598c9bf 100644 --- a/content/en/examples/controllers/daemonset.yaml +++ b/content/en/examples/controllers/daemonset.yaml @@ -19,7 +19,7 @@ spec: effect: NoSchedule containers: - name: fluentd-elasticsearch - image: k8s.gcr.io/fluentd-elasticsearch:1.20 + image: gcr.io/fluentd-elasticsearch/fluentd:v2.5.1 resources: limits: memory: 200Mi diff --git a/content/ja/examples/controllers/daemonset.yaml b/content/ja/examples/controllers/daemonset.yaml index c576ede377..f6c598c9bf 100644 --- a/content/ja/examples/controllers/daemonset.yaml +++ b/content/ja/examples/controllers/daemonset.yaml @@ -19,7 +19,7 @@ spec: effect: NoSchedule containers: - name: fluentd-elasticsearch - image: k8s.gcr.io/fluentd-elasticsearch:1.20 + image: gcr.io/fluentd-elasticsearch/fluentd:v2.5.1 resources: limits: memory: 200Mi diff --git a/content/zh/docs/concepts/workloads/controllers/daemonset.yaml b/content/zh/docs/concepts/workloads/controllers/daemonset.yaml index 17efe6f186..529463721e 100644 --- a/content/zh/docs/concepts/workloads/controllers/daemonset.yaml +++ b/content/zh/docs/concepts/workloads/controllers/daemonset.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: DaemonSet metadata: name: fluentd-elasticsearch @@ -13,7 +13,7 @@ spec: spec: containers: - name: fluentd-elasticsearch - image: k8s.gcr.io/fluentd-elasticsearch:1.20 + image: gcr.io/fluentd-elasticsearch/fluentd:v2.5.1 resources: limits: memory: 200Mi