瀏覽代碼

Merge pull request #8354 from sdodson/bz1559248

Don't validate registry certificates when registry is disabled
OpenShift Merge Robot 7 年之前
父節點
當前提交
53c8f61a77
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      playbooks/common/openshift-cluster/upgrades/post_control_plane.yml

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

@@ -37,6 +37,7 @@
 
 # Poll for registry and router pods, redeploy registry certs if needed.
 - import_playbook: ../../../openshift-hosted/private/upgrade_poll_and_check_certs.yml
+  when: openshift_hosted_manage_registry | default(True)
 
 # Check for warnings to be printed at the end of the upgrade:
 - name: Clean up and display warnings