Bladeren bron

Disable excluder only on nodes that are not masters

Jan Chaloupka 7 jaren geleden
bovenliggende
commit
8b84c0d87e
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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