فهرست منبع

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: