Make fluentd-es output its warning logs and fluentd-gcp mount

/var/lib/docker read-only.
This commit is contained in:
Alex Robinson 2015-09-10 18:26:04 +00:00
parent 1313e3b14e
commit 746dcb8075
3 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@ spec:
limits:
cpu: 100m
args:
- -qq
- -q
volumeMounts:
- name: varlog
mountPath: /var/log

View File

@ -19,6 +19,7 @@ spec:
mountPath: /varlog
- name: containers
mountPath: /var/lib/docker/containers
readOnly: true
terminationGracePeriodSeconds: 30
volumes:
- name: varlog

View File

@ -182,6 +182,7 @@ spec:
mountPath: /varlog
- name: containers
mountPath: /var/lib/docker/containers
readOnly: true
terminationGracePeriodSeconds: 30
volumes:
- name: varlog