Merge pull request #8120 from satnam6502/fluentd-es
Convert nodel level logging to ES to use token-system-logging
This commit is contained in:
commit
96cb4360fa
@ -14,8 +14,8 @@ spec:
|
|||||||
mountPath: /varlog
|
mountPath: /varlog
|
||||||
- name: containers
|
- name: containers
|
||||||
mountPath: /var/lib/docker/containers
|
mountPath: /var/lib/docker/containers
|
||||||
- name: token-admin
|
- name: token-system-logging
|
||||||
mountPath: /etc/token-admin
|
mountPath: /etc/token-system-logging
|
||||||
readOnly: true
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: varlog
|
- name: varlog
|
||||||
@ -24,6 +24,6 @@ spec:
|
|||||||
- name: containers
|
- name: containers
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/docker/containers
|
path: /var/lib/docker/containers
|
||||||
- name: token-admin
|
- name: token-system-logging
|
||||||
secret:
|
secret:
|
||||||
secretName: token-admin
|
secretName: token-system-logging
|
||||||
|
Loading…
Reference in New Issue
Block a user