Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

overwhelming memcache errors when tilt config is in a bad state #6252

Open
nicks opened this issue Oct 18, 2023 · 0 comments
Open

overwhelming memcache errors when tilt config is in a bad state #6252

nicks opened this issue Oct 18, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@nicks
Copy link
Member

nicks commented Oct 18, 2023

Steps to Reproduce

  1. Run tilt up
  2. In another terminal, run cp ~/.tilt-dev/config ~/.tilt-dev/config.backup
  3. Ctrl-c tilt to exit
  4. Restore the config cp ~/.tilt-dev/config.backup ~/.tilt-dev/config
  5. Run tilt get session

Expected Behavior

A reasonable error message

Current Behavior

tilt get session
E1018 16:56:41.640903  109060 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:36983/api?timeout=32s": dial tcp 127.0.0.1:36983: connect: connection refused
E1018 16:56:41.640903  109060 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:36983/api?timeout=32s": dial tcp 127.0.0.1:36983: connect: connection refused
E1018 16:56:41.640903  109060 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:36983/api?timeout=32s": dial tcp 127.0.0.1:36983: connect: connection refused
E1018 16:56:41.641165  109060 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:36983/api?timeout=32s": dial tcp 127.0.0.1:36983: connect: connection refused
E1018 16:56:41.641165  109060 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:36983/api?timeout=32s": dial tcp 127.0.0.1:36983: connect: connection refused
E1018 16:56:41.641165  109060 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:36983/api?timeout=32s": dial tcp 127.0.0.1:36983: connect: connection refused
E1018 16:56:41.642379  109060 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:36983/api?timeout=32s": dial tcp 127.0.0.1:36983: connect: connection refused
E1018 16:56:41.642379  109060 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:36983/api?timeout=32s": dial tcp 127.0.0.1:36983: connect: connection refused
E1018 16:56:41.642379  109060 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:36983/api?timeout=32s": dial tcp 127.0.0.1:36983: connect: connection refused
E1018 16:56:41.643578  109060 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:36983/api?timeout=32s": dial tcp 127.0.0.1:36983: connect: connection refused
E1018 16:56:41.643578  109060 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:36983/api?timeout=32s": dial tcp 127.0.0.1:36983: connect: connection refused
E1018 16:56:41.643578  109060 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:36983/api?timeout=32s": dial tcp 127.0.0.1:36983: connect: connection refused
E1018 16:56:41.644771  109060 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:36983/api?timeout=32s": dial tcp 127.0.0.1:36983: connect: connection refused
E1018 16:56:41.644771  109060 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:36983/api?timeout=32s": dial tcp 127.0.0.1:36983: connect: connection refused
E1018 16:56:41.644771  109060 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:36983/api?timeout=32s": dial tcp 127.0.0.1:36983: connect: connection refused
The connection to the server 127.0.0.1:36983 was refused - did you specify the right host or port?

About Your Use Case

I'm pretty sure this is a kubectl regression; i see similar behavior with

KUBECONFIG=$HOME/missing-config kubectl get pods
@nicks nicks added the bug Something isn't working label Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant