Skip to content

Commit 8c87999

Browse files
committed
Reading metadata of containers will have to be some other producer's responsibility
1 parent d36551f commit 8c87999

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

addon-logs/logs-kube-kafka.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,9 @@ spec:
2727
volumeMounts:
2828
- name: varlog
2929
mountPath: /var/log
30-
- name: varlibdockercontainers
31-
mountPath: /var/lib/docker/containers
3230
readOnly: true
3331
terminationGracePeriodSeconds: 10
3432
volumes:
3533
- name: varlog
3634
hostPath:
3735
path: /var/log
38-
- name: varlibdockercontainers
39-
hostPath:
40-
path: /var/lib/docker/containers

0 commit comments

Comments
 (0)