Finish the journald support

This commit is contained in:
Random-Liu
2017-01-19 01:59:09 -08:00
parent f0ed07a0b4
commit c15d463ad5
16 changed files with 663 additions and 306 deletions
+8
View File
@@ -26,6 +26,11 @@ spec:
- name: log
mountPath: /log
readOnly: true
# Make sure node problem detector is in the same timezone
# with the host.
- name: localtime
mountPath: /etc/localtime
readOnly: true
- name: config
mountPath: /config
readOnly: true
@@ -34,6 +39,9 @@ spec:
# Config `log` to your system log directory
hostPath:
path: /var/log/
- name: localtime
hostPath:
path: /etc/localtime
- name: config
configMap:
name: node-problem-detector-config