shettypriy
shettypriy
I tried installing using docker, but it is giving the error 'elasticsearch.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ConnectTimeout(HTTPConnectionPool(host='1.2.3.4', port=9200): Max retries exceeded with url: / (Caused by ConnectTimeoutError(, 'Connection to 1.2.3.4...
@daichi703n when trying to connect to the container using the command 'docker attach continerid', it hangs and I am unable to login to attach to the container
> @shettypriy It seems to be connectivity issue. Can you connect to ES with `curl -v http://1.2.3.4:9200` from docker host? * Expire in 0 ms for 6 (transfer 0x556d57526f50) *...
We are trying to setup a EKS cluster, using the following provider block where in we are using the **alias** in the kubernetes provider . ``` provider "kubernetes" { alias...
Thank you for the suggestion I added `create_aws_auth_configmap = true` and applied the changes but it gave the error ``` Error: Post "https://*****************/api/v1/namespaces/kube-system/configmaps": dial tcp 10.75.120.249:443: i/o timeout ``` For...