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: ...@@ -11,7 +11,7 @@ spec:
limits: limits:
cpu: 100m cpu: 100m
args: args:
- -qq - -q
volumeMounts: volumeMounts:
- name: varlog - name: varlog
mountPath: /var/log mountPath: /var/log
......
...@@ -19,6 +19,7 @@ spec: ...@@ -19,6 +19,7 @@ spec:
mountPath: /varlog mountPath: /varlog
- name: containers - name: containers
mountPath: /var/lib/docker/containers mountPath: /var/lib/docker/containers
readOnly: true
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
volumes: volumes:
- name: varlog - name: varlog
......
...@@ -182,6 +182,7 @@ spec: ...@@ -182,6 +182,7 @@ spec:
mountPath: /varlog mountPath: /varlog
- name: containers - name: containers
mountPath: /var/lib/docker/containers mountPath: /var/lib/docker/containers
readOnly: true
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
volumes: volumes:
- name: varlog - 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