Forráskód Böngészése

Remove configmap check during upgrades

This check is no longer necessary once a cluster is running 3.10.
As new default node groups are added, the check would fail on upgrades
unnecessarily.
Russell Teague 6 éve
szülő
commit
bba952ae01
1 módosított fájl, 0 hozzáadás és 7 törlés
  1. 0 7
      playbooks/common/openshift-cluster/upgrades/init.yml

+ 0 - 7
playbooks/common/openshift-cluster/upgrades/init.yml

@@ -16,13 +16,6 @@
       name: openshift_certificate_expiry
       tasks_from: main.yml
 
-- name: Ensure essential node configmaps are present
-  hosts: oo_first_master
-  tasks:
-  - import_role:
-      name: openshift_node_group
-      tasks_from: check_for_configs.yml
-
 - name: Ensure firewall is not switched during upgrade
   hosts: "{{ l_upgrade_no_switch_firewall_hosts | default('oo_all_hosts') }}"
   vars: