Closed rBurgett closed 4 months ago
@okdas This looks like it'll need a debug session. Do you mind coordinating a time to meet with Ryan and helping him out?
@rBurgett Do you mind leaving an emoji on [1]. Trying to aggregate user feedback and get a signal into how easy/hard this is.
[1] https://discord.com/channels/553741558869131266/1234943674903953529/1253478922486546524
Do you mind coordinating a time to meet with Ryan and helping him out?
Sure thing!
@rBurgett quick question though before we do a debug session - what's your OS, Docker version and how do you run Kubernetes? In the docs, we recommend using kind.
@okdas I am in Linux (an Ubuntu derivative), Docker 26.1.4
, and I am new to Kubernetes (despite having used docker heavily for many years). I installed kind as per the quickstart instructions then created and selected the cluster as per the instructions.
@rBurgett thanks! I deployed the stack on an Ubuntu VM using the documentation and didn't encounter issues. It seems the port is either not being exposed by Docker or is unreachable from the localhost in your case (e.g. ipv4/ipv6 issue). Can you confirm your Discord username? Mine is kdas
. Thanks!
@okdas I am amishbatman on Discord.
@rBurgett, could you please close this GitHub issue if the problem has been resolved on your end? Thank you!
I believe it has been. Thank you for your help.
@rBurgett Do you mind sharing 1-2 sentences on what the issue was?
Objective
To get the localnet up and the e2e tests running.
Origin Document
Following the quickstart guide, I cannot get a localnet up. I have tried on my own to debug it, but there are so many moving parts that I have not yet been able to figure anything out. I have the dependencies installed and can run
make go_develop_and_test
and successfully run the tests. But, when I domake localnet_up
and open the tilt UI, almost everything saysUpdate Pending
and never starts up like in the video. There is one error listed in the logs:If I open the tilt UI and look, it shows: The item with the error is called
protocol-dashboards-label
. All the other items are either good or forever updating.I just wanted to run the e2e tests, but there is extremely little information on running them. My hope is that after getting a localnet up, I will be able to figure out how to run the e2e tests since
make test_e2e
just says,The quickstart guide does not say anything about what is required in order run the e2e tests, but at the moment I am assuming that I need a localnet up before I can run them.
Any help would be appreciated.
Creator: rburgett