Merge "Updated the Node Problem Detector chart"

This commit is contained in:
Zuul 2020-07-22 18:56:43 +00:00 committed by Gerrit Code Review
commit e8a18f35ab
4 changed files with 11 additions and 2 deletions

View File

@ -15,7 +15,7 @@ limitations under the License.
set -ex
exec /node-problem-detector \
exec /opt/node-problem-detector/bin/node-problem-detector \
{{- range $monitor, $monitorConfig := .Values.conf.monitors }}
{{- if $monitorConfig.enabled }}
--config.{{$monitor}}={{ include "helm-toolkit.utils.joinListWithComma" $monitorConfig.enabled }} \

View File

@ -17,7 +17,7 @@
---
images:
tags:
node_problem_detector: k8s.gcr.io/node-problem-detector:v0.7.0
node_problem_detector: docker.io/openstackhelm/node-problem-detector:ubuntu_bionic-20200714
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/docker:17.07.0
pull_policy: IfNotPresent

View File

@ -0,0 +1,8 @@
---
pod:
mandatory_access_control:
type: apparmor
node-problem-detector:
node-problem-detector: runtime/default
init: runrtime/default
...

View File

@ -0,0 +1 @@
../osh-infra-monitoring/075-node-problem-detector.sh