Data store connection error in local install using kind
See original GitHub issueDescribe the bug
Doing a local install of tracetest using a clean installation of kind for the k8s cluster, results in a no such host
error when trying to run a test.
To Reproduce Steps to reproduce the behavior:
brew install kind
kind create cluster
tracetest server install
- Select
Kubernetes
,Locally
, and all the default options. - Port-forward tracetest
- Open tracetest in your browser and try to run a test
Expected behavior Tracetest should be able to connect with the data store instance.
Screenshots
Issue Analytics
- State:
- Created 9 months ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Datastore: Calls to Put hang when run inside Kubernetes ...
I've been having an issue that I cannot figure out or even properly debug. When developing locally with "cloud.google.com/go/datastore" on ...
Read more >kind – Known Issues - Kubernetes
Having problems with kind? This guide covers some known problems and solutions / workarounds. It may additionally be helpful to: check our issue...
Read more >How to Fix the Error Establishing a Database Connection in ...
Let's take a look at how to fix error establishing database connection issue in WordPress with step by step troubleshooting.
Read more >How To Fix The "Error Establishing a Database Connection" in ...
The "Error Establishing a Database Connection" error brings your website goes down. Learn how to fix it quickly.
Read more >Unable to connect to local neo4j data store in Graphileon ...
Since I am using docker, I have configured Neo4j to allow connections from outside localhost. However, I still get an error: Could not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jorgeepc btw, same error appears (as discussed in Discord) even if you run it via
docker compose
. It can’t find host:127.0.0.11:53
Thanks @kdhamric. Appreciate it.