Move topic from clusters to cluster-administration. (#2812)

This commit is contained in:
Steve Perry
2017-03-14 12:59:13 -07:00
committed by GitHub
parent df5fecc5c8
commit f1e7d0bda9
7 changed files with 9 additions and 6 deletions
@@ -0,0 +1,25 @@
apiVersion: v1
data:
fluentd.conf: |
<source>
type tail
format none
path /var/log/1.log
pos_file /var/log/1.log.pos
tag count.format1
</source>
<source>
type tail
format none
path /var/log/2.log
pos_file /var/log/2.log.pos
tag count.format2
</source>
<match **>
type google_cloud
</match>
kind: ConfigMap
metadata:
name: fluentd-config