English 中文(简体)
无法连接K3的专用服务
原标题:Etcd service not able to connect k3s

I did setup for 3 masters and 5 worker nodes It was running well previously but now I am seeing a issue related to etcd not able to connect

k3s[1510]: {"level":"warn","ts":"2023-06-26T04:33:34.490Z","logger":"etcd-client","caller":"[email protected]/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0xc000d8a000/127.0.0.1:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = context deadline exceeded"}
k3s[1510]: time="2023-06-26T04:33:34Z" level=error msg="Failed to check local etcd status for learner management: context deadline exceeded"
k3s[1510]: time="2023-06-26T04:33:34Z" level=info msg="Waiting to retrieve kube-proxy configuration; server is not ready: https://127.0.0.1:6443/v1-k3s/readyz: 500 Internal Server Error"

when I try to manually run etcd it starts as expected but k3s service doesnt start because port 2379 is already in use

另外,2379港和2380港位于所有港口。

问题回答

我在使用“新闻记录-f-u rke2-server”检查记录时遇到了同样的错误。

“entergraph

我审查了我的虚拟机器的资源,发现它不符合最起码的记忆要求。

“entergraph

这个问题通过利用超高频管理人调整记忆得到解决。

enter image description here

在重新评估记录后,我不再发现错误。

“entergram

我已成功地重新开始这项服务,而且目前正在积极开展工作。

“entertext





相关问题
HTTP call from Celery worker

I am running a Flask-Celery server in docker desktop Kubernetes. It uses a Redis Result Backend. I want to use a Celery Task to make an HTTP call to a program that might take a while. This program ...

Why my website cookies are not being set on my browser?

Hello I am developing a web app, with a microservices architecture. I am using golang (Fiber) on the backend and Next.js on the frontend. When I send a request from restaurant.quiqr.co/signin to api....

我如何终止Kubernetes的名称空间?

我正试图终止Kubernetes的名称空间。 过去,我uc切地遵循了在库韦涅斯这里发现的在终止地位方面摇摇摇欲坠的空地。

helm with if condition and its scope for the value set

I would like to overwrite the user template with .Values.userTemplate if it exist. But I always get $user as undefined when the .Vaues.userTemplate exist. If i remove if condition and use {{- $user := ...

热门标签