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

API Server becomes unreachable after some time #19929

Open
uladzimir-shelhunou-v2 opened this issue Nov 9, 2024 · 0 comments
Open

API Server becomes unreachable after some time #19929

uladzimir-shelhunou-v2 opened this issue Nov 9, 2024 · 0 comments

Comments

@uladzimir-shelhunou-v2
Copy link

uladzimir-shelhunou-v2 commented Nov 9, 2024

What Happened?

I deployed Minikube and colima to MacOS:

colima start -m 26 -c 6 --disk 100
minikube config set driver docker
minikube config set container-runtime containerd
minikube start -n 3 --memory 7500 --cpus 2 --disk-size='100Gb' --network-plugin=cni --cni=flannel --image-repository=auto --ha --install-addons=true

and enabled/disabled addons

minikube addons enable metrics-server
minikube addons enable dashboard
minikube addons enable volumesnapshots
minikube addons enable csi-hostpath-driver
minikube addons disable storage-provisioner
minikube addons disable default-storageclass

After that I deployed an application to the cluster and after 8-10 ours API server becomes inaccessible:

 kubectl get pods -A              
E1109 10:19:16.365385   92014 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:32771/api?timeout=32s": dial tcp 127.0.0.1:32771: connect: connection refused
E1109 10:19:16.365724   92014 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:32771/api?timeout=32s": dial tcp 127.0.0.1:32771: connect: connection refused
E1109 10:19:16.366837   92014 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:32771/api?timeout=32s": dial tcp 127.0.0.1:32771: connect: connection refused
E1109 10:19:16.366998   92014 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:32771/api?timeout=32s": dial tcp 127.0.0.1:32771: connect: connection refused
E1109 10:19:16.368116   92014 memcache.go:265] couldn't get current server API group list: Get "https://127.0.0.1:32771/api?timeout=32s": dial tcp 127.0.0.1:32771: connect: connection refused
The connection to the server 127.0.0.1:32771 was refused - did you specify the right host or port?

Note: This issue never happened before updating to MacOS 15.1.

Attach the log file

log.txt

Operating System

macOS (15.1)

Driver

Docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant