kmsg: update the docs to reference kmsg parser too

This commit is contained in:
Euan Kemp
2017-03-09 20:55:59 -08:00
parent 7364867ac3
commit 73cba49db0
2 changed files with 17 additions and 9 deletions

View File

@@ -27,6 +27,9 @@ spec:
- name: log
mountPath: /var/log
readOnly: true
- name: kmsg
mountPath: /dev/kmsg
readOnly: true
# Make sure node problem detector is in the same timezone
# with the host.
- name: localtime
@@ -40,6 +43,9 @@ spec:
# Config `log` to your system log directory
hostPath:
path: /var/log/
- name: kmsg
hostPath:
path: /dev/kmsg
- name: localtime
hostPath:
path: /etc/localtime