Make fluentd-gcp collect etcd's logs on the master.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user