Преглед на файлове

Create default project nodeSelector for NPD to run on all nodes (including masters)

Joel Smith преди 6 години
родител
ревизия
d14c899989
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      roles/openshift_node_problem_detector/tasks/install.yaml

+ 2 - 0
roles/openshift_node_problem_detector/tasks/install.yaml

@@ -8,6 +8,8 @@
   oc_project:
     name: openshift-node-problem-detector
     state: present
+    node_selector:
+    - ""
 
 - name: create Node Problem Detector service account
   oc_serviceaccount: