瀏覽代碼

Disable excluder only on nodes that are not masters

Jan Chaloupka 7 年之前
父節點
當前提交
8b84c0d87e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      playbooks/common/openshift-cluster/upgrades/disable_node_excluders.yml

+ 1 - 1
playbooks/common/openshift-cluster/upgrades/disable_node_excluders.yml

@@ -1,6 +1,6 @@
 ---
 - name: Disable excluders
-  hosts: oo_nodes_to_config
+  hosts: oo_nodes_to_upgrade:!oo_masters_to_config
   gather_facts: no
   roles:
   - role: openshift_excluder