xiaods / k8e

K8E - Kubernetes Easy Engine
https://getk8e.com
Apache License 2.0
391 stars 25 forks source link

server is not ready: https://127.0.0.1:6443/v1-k8e/readyz: 500 Internal Server Error #274

Closed xiaocode closed 1 year ago

xiaocode commented 1 year ago

When I run k8e server,It shows this log: "Container runtime network not ready" networkReady="NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized"

How can I solve it?

xiaods commented 1 year ago

When I run k8e server,It shows this log: "Container runtime network not ready" networkReady="NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized"

How can I solve it?

don't worry, it have not installed cni correctly. use

cilium install 

to initially setup cni network

more guide reference: https://getk8e.com/docs/install/200-quick-start/

xiaods commented 1 year ago

@xiaocode 怎么样,搞定没

xiaocode commented 1 year ago

@xiaods 可以的,已经用起来了!感谢!