Pod在Kubernetes中启动但不工作 [英] Pods starting but not working in Kubernetes

查看:24
本文介绍了Pod在Kubernetes中启动但不工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

创建了具有3个Pod的Kubernetes群集部署,所有部署都运行正常,但在尝试运行它们时无法执行此操作,尝试对Describe部分中的Pod的IP(内部)执行curl操作时,我可以看到此错误。卷";default-Token-twhht";的SetUp失败:同步机密缓存失败:

以下错误:

5m51s       Normal    RegisteredNode      node/ip-10-1-1-4                        Node ip-10-1-1-4 event: Registered Node ip-10-1-1-4 in Controller
57m         Normal    Scheduled           pod/nginx-deployment-585449566-9bqp7    Successfully assigned default/nginx-deployment-585449566-9bqp7 to ip-10-1-1-4
57m         Warning   FailedMount         pod/nginx-deployment-585449566-9bqp7    MountVolume.SetUp failed for volume "default-token-twhht" : failed to sync secret cache: timed out waiting for the condition
57m         Normal    Pulling             pod/nginx-deployment-585449566-9bqp7    Pulling image "nginx:latest"
56m         Normal    Pulled              pod/nginx-deployment-585449566-9bqp7    Successfully pulled image "nginx:latest" in 12.092210534s
56m         Normal    Created             pod/nginx-deployment-585449566-9bqp7    Created container nginx
56m         Normal    Started             pod/nginx-deployment-585449566-9bqp7    Started container nginx
57m         Normal    Scheduled           pod/nginx-deployment-585449566-9hlhz    Successfully assigned default/nginx-deployment-585449566-9hlhz to ip-10-1-1-4
57m         Warning   FailedMount         pod/nginx-deployment-585449566-9hlhz    MountVolume.SetUp failed for volume "default-token-twhht" : failed to sync secret cache: timed out waiting for the condition
57m         Normal    Pulling             pod/nginx-deployment-585449566-9hlhz    Pulling image "nginx:latest"
56m         Normal    Pulled              pod/nginx-deployment-585449566-9hlhz    Successfully pulled image "nginx:latest" in 15.127984291s
56m         Normal    Created             pod/nginx-deployment-585449566-9hlhz    Created container nginx
56m         Normal    Started             pod/nginx-deployment-585449566-9hlhz    Started container nginx
57m         Normal    Scheduled           pod/nginx-deployment-585449566-ffkwf    Successfully assigned default/nginx-deployment-585449566-ffkwf to ip-10-1-1-4
57m         Warning   FailedMount         pod/nginx-deployment-585449566-ffkwf    MountVolume.SetUp failed for volume "default-token-twhht" : failed to sync secret cache: timed out waiting for the condition
57m         Normal    Pulling             pod/nginx-deployment-585449566-ffkwf    Pulling image "nginx:latest"
56m         Normal    Pulled              pod/nginx-deployment-585449566-ffkwf    Successfully pulled image "nginx:latest" in 9.459864756s
56m         Normal    Created             pod/nginx-deployment-585449566-ffkwf    Created container nginx

推荐答案

您可以向Pod的服务帐户添加额外的RBAC角色权限,参考123

还要确保您已设置工作负荷标识,请参考4


当apiserver负载较高时也会发生这种情况,您可以使用更多较小的节点来扩展Pod并增加资源请求。

这篇关于Pod在Kubernetes中启动但不工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆