mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
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
|
||||
- name: containers
|
||||
mountPath: /var/lib/docker/containers
|
||||
- name: token-admin
|
||||
mountPath: /etc/token-admin
|
||||
- name: token-system-logging
|
||||
mountPath: /etc/token-system-logging
|
||||
readOnly: true
|
||||
volumes:
|
||||
- name: varlog
|
||||
@ -24,6 +24,6 @@ spec:
|
||||
- name: containers
|
||||
hostPath:
|
||||
path: /var/lib/docker/containers
|
||||
- name: token-admin
|
||||
- name: token-system-logging
|
||||
secret:
|
||||
secretName: token-admin
|
||||
secretName: token-system-logging
|
||||
|
Loading…
Reference in New Issue
Block a user