Przeglądaj źródła

Merge pull request #5259 from mtnbikenc/fix-upgrade-auth-check

[BZ1486450] Only run migrate auth for < 3.7
Russell Teague 7 lat temu
rodzic
commit
c29ef64159

+ 1 - 0
playbooks/common/openshift-cluster/upgrades/v3_7/validator.yml

@@ -15,6 +15,7 @@
   - name: Confirm OpenShift authorization objects are in sync
     command: >
       {{ openshift.common.client_binary }} adm migrate authorization
+    when: not openshift.common.version_gte_3_7 | bool
     changed_when: false
     register: l_oc_result
     until: l_oc_result.rc == 0