Skip to content

Commit

Permalink
Merge pull request kubernetes#3506 from satnam6502/kibana
Browse files Browse the repository at this point in the history
Remove curl check from Kibana image
  • Loading branch information
bgrant0607 committed Jan 15, 2015
2 parents fc24ca7 + cd5a44e commit 97c7758
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ PROXY_HOST=${ELASTICSEARCH_LOGGING_SERVICE_HOST:-127.0.0.1}
echo PROXY_HOST=${PROXY_HOST}
PROXY_PORT=${ELASTICSEARCH_SERVICE_LOGGING_PORT:-9200}
echo PROXY_PORT=${PROXY_PORT}
# Test the connection to Elasticsearch
echo "Running curl http://${PROXY_HOST}:${PROXY_PORT}"
curl http://${PROXY_HOST}:${PROXY_PORT}

# Create a config.hs that defines the Elasticsearch server to be
# at http://${ES_HOST}:${ES_PORT}/elasticsearch from the perspective of
Expand Down

0 comments on commit 97c7758

Please sign in to comment.