Replace /varlog with /var/log in the fluentd-gcp config to match the

recently updated fluent-es config.
This commit is contained in:
Alex Robinson
2015-09-11 16:32:48 -07:00
parent 24430525ac
commit 614b1cf3c1
3 changed files with 30 additions and 33 deletions

View File

@@ -179,15 +179,15 @@ spec:
value: -q
volumeMounts:
- name: varlog
mountPath: /varlog
- name: containers
mountPath: /var/log
- name: varlibdockercontainers
mountPath: /var/lib/docker/containers
terminationGracePeriodSeconds: 30
volumes:
- name: varlog
hostPath:
path: /var/log
- name: containers
- name: varlibdockercontainers
hostPath:
path: /var/lib/docker/containers
```