Przeglądaj źródła

Disable excluder only on nodes that are not masters

Jan Chaloupka 7 lat temu
rodzic
commit
8b84c0d87e

+ 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