Skip to content

Commit

Permalink
start_api_server: service catalog healthcheck doesn't require proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Feb 26, 2018
1 parent df06f84 commit 5f79ad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/openshift_service_catalog/tasks/start_api_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f79ad0

Please sign in to comment.