mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-27 12:31:23 +00:00
Merge pull request #37021 from Crassirostris/fluentd-image-version-bump
Automatic merge from submit-queue Bump fluentd-gcp image version To propagate https://github.com/kubernetes/kubernetes/pull/36993 Including release noted for the whole bunch of fluentd changes (https://github.com/kubernetes/kubernetes/pull/35618 mainly): ```release-note Default logging subsystem's resiliency was greatly improved, fluentd memory consumption and OOM error probability was reduced. ``` @piosz
This commit is contained in:
commit
0664405954
@ -29,7 +29,7 @@
|
||||
.PHONY: build push
|
||||
|
||||
PREFIX=gcr.io/google_containers
|
||||
TAG = 1.26
|
||||
TAG = 1.27
|
||||
|
||||
build:
|
||||
docker build -t $(PREFIX)/fluentd-gcp:$(TAG) .
|
||||
|
@ -11,7 +11,7 @@ spec:
|
||||
dnsPolicy: Default
|
||||
containers:
|
||||
- name: fluentd-cloud-logging
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.26
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.27
|
||||
command:
|
||||
- '/bin/sh'
|
||||
- '-c'
|
||||
|
@ -11,7 +11,7 @@ spec:
|
||||
dnsPolicy: Default
|
||||
containers:
|
||||
- name: fluentd-cloud-logging
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.26
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.27
|
||||
resources:
|
||||
limits:
|
||||
memory: 200Mi
|
||||
|
Loading…
Reference in New Issue
Block a user