Commit 746dcb80 authored by Alex Robinson's avatar Alex Robinson

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

/var/lib/docker read-only.
parent 1313e3b1
......@@ -11,7 +11,7 @@ spec:
limits:
cpu: 100m
args:
- -qq
- -q
volumeMounts:
- name: varlog
mountPath: /var/log
......
......@@ -19,6 +19,7 @@ spec:
mountPath: /varlog
- name: containers
mountPath: /var/lib/docker/containers
readOnly: true
terminationGracePeriodSeconds: 30
volumes:
- name: varlog
......
......@@ -182,6 +182,7 @@ spec:
mountPath: /varlog
- name: containers
mountPath: /var/lib/docker/containers
readOnly: true
terminationGracePeriodSeconds: 30
volumes:
- name: varlog
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment