Add initial README.md for node-problem-detector.

This commit is contained in:
Lantao Liu
2016-06-08 17:38:34 -07:00
parent db90081e96
commit 55af4e729f
2 changed files with 104 additions and 2 deletions
+2 -1
View File
@@ -17,7 +17,7 @@ spec:
image: gcr.io/google_containers/node-problem-detector:v0.1
imagePullPolicy: Always
env:
# Config the host ip and port of apiserver.
# Config `host` and `port` of apiserver.
- name: "KUBERNETES_SERVICE_HOST"
value: "e2e-test-lantaol-master"
- name: "KUBERNETES_SERVICE_PORT"
@@ -33,6 +33,7 @@ spec:
readOnly: true
volumes:
- name: log
# Config `log` to your system log directory
hostPath:
path: /var/log/
- name: config