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

使用minikube start --nodes 2 -p multinode-demo创建多节点集群后,worker节点的状态为 NotReady #18739

Open
L-ian9 opened this issue Apr 24, 2024 · 0 comments
Labels
l/zh-CN Issues in or relating to Chinese

Comments

@L-ian9
Copy link

L-ian9 commented Apr 24, 2024

重现问题所需的命令
minikube start --nodes 2 -p multinode-demo

失败的命令的完整输出


root@kubernetes:~# minikube kubectl get nodes -p multinode-demo
NAME STATUS ROLES AGE VERSION
multinode-demo Ready control-plane 16m v1.28.3
multinode-demo-m02 NotReady 15m v1.28.3

minikube logs命令的输出

Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message


MemoryPressure False Wed, 24 Apr 2024 07:35:25 +0000 Wed, 24 Apr 2024 07:14:43 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Wed, 24 Apr 2024 07:35:25 +0000 Wed, 24 Apr 2024 07:14:43 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Wed, 24 Apr 2024 07:35:25 +0000 Wed, 24 Apr 2024 07:14:43 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready False Wed, 24 Apr 2024 07:35:25 +0000 Wed, 24 Apr 2024 07:14:43 +0000 KubeletNotReady container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized

使用的操作系统版本

@L-ian9 L-ian9 added the l/zh-CN Issues in or relating to Chinese label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l/zh-CN Issues in or relating to Chinese
Projects
None yet
Development

No branches or pull requests

1 participant