소스 검색

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