浏览代码

Merge pull request #9094 from joelsmith/npd-upgrade

Allow installs of Node Problem Detector during upgrades
OpenShift Merge Robot 6 年之前
父节点
当前提交
9fa4349548
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      playbooks/common/openshift-cluster/upgrades/upgrade_components.yml

+ 3 - 0
playbooks/common/openshift-cluster/upgrades/upgrade_components.yml

@@ -25,3 +25,6 @@
 
 - import_playbook: ../../../openshift-monitor-availability/private/config.yml
   when: openshift_monitor_availability_install | default(false) | bool
+
+- import_playbook: ../../../openshift-node-problem-detector/private/config.yml
+  when: openshift_node_problem_detector_install | default(false) | bool