When I want to deploy the single node elasticsearch I get following error:
Internal error occurred: failed calling webhook "validation.elasticsearch.elastic.co": Post https://elastic-webhook-service.elastic-system.svc:443/validate-elasticsearches?timeout=30s: Service Unavailable
I assume that the problem is that my cluster is behind a proxy server. It can access a private docker registry and can communicate to internet via proxy. https_proxy is set in docker config and in environment. But later on production there will be NO proxy available.
I don't think the error you are seeing is related to your air-gapped environment. We support that via the image attribute. See Discussion of custom images
The error you are seeing is caused by the webhook service that we deploy not being available. We have seen the same error in our e2e test suite and are looking into that.
If you have any logs to share that could be helpful in narrowing down what is causing this issue.
Running on kubernetes 1.14.2 in bare metal environment. Internet access is available via proxy only. Docker is currently in dev environment able to access internet via proxy, but will not be able to do so in production later.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.