[node-problem-detector] parameterize location of logdir to make it run on RHEL and upgrade to latest release (#10404)

* parameterize location of logdir to make it run on RHEL

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>

* upgrade to latest node problem detector release

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2019-01-04 16:15:41 -08:00
committed by Kubernetes Prow Robot
parent bb518ed06a
commit 921e968df1
4 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: node-problem-detector
version: "1.0.1"
appVersion: v0.5.0
version: "1.1.0"
appVersion: v0.6.1
home: https://github.com/kubernetes/node-problem-detector
description: Installs the node-problem-detector daemonset for monitoring extra attributes on nodes
icon: https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png
+1 -1
View File
@@ -41,7 +41,7 @@ The following table lists the configurable parameters for this chart and their d
| `fullnameOverride` | Override the fullname of the chart | `nil` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.repository` | Image | `k8s.gcr.io/node-problem-detector` |
| `image.tag` | Image tag | `v0.5.0` |
| `image.tag` | Image tag | `v0.6.1` |
| `nameOverride` | Override the name of the chart | `nil` |
| `rbac.create` | RBAC | `true` |
| `resources` | Pod resource requests and limits | `{}` |
@@ -59,7 +59,7 @@ spec:
volumes:
- name: log
hostPath:
path: /var/log/
path: {{ .Values.hostpath.logdir }}
- name: localtime
hostPath:
path: /etc/localtime
+4 -1
View File
@@ -3,9 +3,12 @@ settings:
- /config/kernel-monitor.json
- /config/docker-monitor.json
hostpath:
logdir: /var/log/
image:
repository: k8s.gcr.io/node-problem-detector
tag: v0.5.0
tag: v0.6.1
pullPolicy: IfNotPresent
nameOverride: ""