浏览代码

Merge pull request #7262 from vrutkovs/service-catalog-no-proxy

start_api_server: service catalog healthcheck doesn't require proxy
Scott Dodson 7 年之前
父节点
当前提交
30a450eb13
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      roles/openshift_service_catalog/tasks/start_api_server.yml

+ 2 - 0
roles/openshift_service_catalog/tasks/start_api_server.yml

@@ -13,6 +13,8 @@
     url: https://apiserver.kube-service-catalog.svc/healthz
     validate_certs: no
     return_content: yes
+  environment:
+    no_proxy: '*'
   register: api_health
   until: "'ok' in api_health.content"
   retries: 60