Merge pull request #7123 from satnam6502/logging
Propagate pod and container name for log files
This commit is contained in:
@@ -2,7 +2,7 @@ version: v1beta2
|
||||
id: fluentd-to-elasticsearch
|
||||
containers:
|
||||
- name: fluentd-es
|
||||
image: gcr.io/google_containers/fluentd-elasticsearch:1.3
|
||||
image: gcr.io/google_containers/fluentd-elasticsearch:1.4
|
||||
env:
|
||||
- name: FLUENTD_ARGS
|
||||
value: -qq
|
||||
|
@@ -2,7 +2,7 @@ version: v1beta2
|
||||
id: fluentd-to-gcp
|
||||
containers:
|
||||
- name: fluentd-gcp
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.2
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.3
|
||||
volumeMounts:
|
||||
- name: containers
|
||||
mountPath: /var/lib/docker/containers
|
||||
|
Reference in New Issue
Block a user