Commit e5c5f764 authored by Alex Robinson's avatar Alex Robinson

Update the default fluentd images to parse system logs.

parent 592da85a
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
.PHONY: build push .PHONY: build push
IMAGE = fluentd-elasticsearch IMAGE = fluentd-elasticsearch
TAG = 1.13 TAG = 1.14
build: build:
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) . docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
.PHONY: kbuild kpush .PHONY: kbuild kpush
TAG = 1.15 TAG = 1.16
# Rules for building the test image for deployment to Dockerhub with user kubernetes. # Rules for building the test image for deployment to Dockerhub with user kubernetes.
......
...@@ -8,7 +8,7 @@ metadata: ...@@ -8,7 +8,7 @@ metadata:
spec: spec:
containers: containers:
- name: fluentd-elasticsearch - name: fluentd-elasticsearch
image: gcr.io/google_containers/fluentd-elasticsearch:1.13 image: gcr.io/google_containers/fluentd-elasticsearch:1.14
resources: resources:
limits: limits:
cpu: 100m cpu: 100m
......
...@@ -8,7 +8,7 @@ metadata: ...@@ -8,7 +8,7 @@ metadata:
spec: spec:
containers: containers:
- name: fluentd-cloud-logging - name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:1.15 image: gcr.io/google_containers/fluentd-gcp:1.16
resources: resources:
limits: limits:
cpu: 100m cpu: 100m
......
...@@ -172,7 +172,7 @@ metadata: ...@@ -172,7 +172,7 @@ metadata:
spec: spec:
containers: containers:
- name: fluentd-cloud-logging - name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:1.15 image: gcr.io/google_containers/fluentd-gcp:1.16
resources: resources:
limits: limits:
cpu: 100m cpu: 100m
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment