Make fluentd-gcp collect etcd's logs on the master.

This commit is contained in:
Alex Robinson 2015-07-30 21:40:40 +00:00
parent a3cb57f48d
commit 9e18c29e9f
4 changed files with 11 additions and 3 deletions

View File

@ -15,7 +15,7 @@
.PHONY: kbuild kpush
TAG = 1.9
TAG = 1.10
# Rules for building the test image for deployment to Dockerhub with user kubernetes.

View File

@ -79,6 +79,14 @@
tag docker
</source>
<source>
type tail
format none
path /varlog/etcd.log
pos_file /varlog/gcp-etcd.log.pos
tag etcd
</source>
<source>
type tail
format none

View File

@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:1.9
image: gcr.io/google_containers/fluentd-gcp:1.10
resources:
limits:
cpu: 100m

View File

@ -169,7 +169,7 @@ metadata:
spec:
containers:
- name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:1.9
image: gcr.io/google_containers/fluentd-gcp:1.10
resources:
limits:
cpu: 100m