瀏覽代碼

Merge pull request #2425 from dgoodwin/flush-handlers

Flush handlers before marking a node schedulable after upgrade.
Scott Dodson 8 年之前
父節點
當前提交
a03ad9d76f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      playbooks/common/openshift-cluster/upgrades/upgrade.yml

+ 2 - 0
playbooks/common/openshift-cluster/upgrades/upgrade.yml

@@ -211,6 +211,8 @@
   - include: containerized_node_upgrade.yml
     when: inventory_hostname in groups.oo_nodes_to_config and openshift.common.is_containerized | bool
 
+  - meta: flush_handlers
+
   - name: Set node schedulability
     command: >
       {{ openshift.common.admin_binary }} manage-node {{ openshift.common.hostname | lower }} --schedulable=true