Collect Kubelet logs with Fluentd->Elasticsearch and Fluentd->Cloud Logging

This commit is contained in:
Satnam Singh
2014-12-13 23:16:44 -08:00
parent 5ef34bf523
commit b4fcdd7e47
4 changed files with 49 additions and 0 deletions

View File

@@ -9,11 +9,18 @@ containers:
- name: hosts
mountPath: /outerhost
readOnly: true
- name: varlog
mountPath: /varlog
volumes:
volumes:
- name: containers
source:
hostDir:
path: /var/lib/docker/containers
- name: varlog
source:
hostDir:
path: /var/log
- name: hosts
source:
hostDir: