Explorar o código

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

Joel Smith %!s(int64=6) %!d(string=hai) anos
pai
achega
d14c899989
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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: