Explorar o código

Merge pull request #1811 from sdodson/dont-pull-cli-on-upgrade

Don't pull cli image when we're not containerized
Jason DeTiberus %!s(int64=9) %!d(string=hai) anos
pai
achega
52fb67051e

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

@@ -35,6 +35,7 @@
       docker pull {{ item }}:latest
     with_items:
     - "{{ openshift.common.cli_image }}"
+    when: openshift.common.is_containerized | bool
 
 ###############################################################################
 # Upgrade Masters