koderover / zadig

Zadig is a cloud native, distributed, developer-oriented DevOps platform
https://koderover.com
Other
2.78k stars 819 forks source link

[bug]在新建的项目之后,从代码库同步点击报错 #2512

Closed liuxuzxx closed 1 year ago

liuxuzxx commented 1 year ago

What happened?

Get \"http://aslan:25000/api/system/rsaKey/decryptedText?encryptedKey=.......... context deadline exceeded (Client.Timeout exceeded while awaiting headers)

What did you expect to happen?

How To Reproduce it(as minimally and precisely as possible)

Install Methods

Versions Used zadig:

kubernetes:

Environment

Cloud Provider:

Resources:

OS:

Services Status

kubectl version
kubectl get po -n `zadig-installed-namespace`
# paste output here

If there is abnormal service, please provide service log

kubectl describe pods `abnormal-pod`
kubectl logs --tail=500 `abnormal-pod`
# paste output here
liuxuzxx commented 1 year ago

但是很奇怪的是,点击第二次就行了,不知道为啥

liuxuzxx commented 1 year ago

很奇怪的现象:同一个请求,有时候成功,有时候失败,有一定的概率性

leozhang2018 commented 1 year ago
Client.Timeout exceeded while awaiting headers

We are unable to reproduce this issue for the time being, and initially suspect that it is related to your K8s container network interface (cni) plugins,based on the information provided previously, we suggest checking the cilium related issue(https://github.com/cilium/cilium/issues) for help. Example: https://github.com/cilium/cilium/issues/15568

leozhang2018 commented 1 year ago

More info:

image
liuxuzxx commented 1 year ago

ok 多谢