Failed to start ContainerManager“ err=“failed to build map of initial containers from runtime: no Po

这篇具有很好参考价值的文章主要介绍了Failed to start ContainerManager“ err=“failed to build map of initial containers from runtime: no Po。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

1月 24 17:36:55 xxx kubelet[58451]: I0124 17:36:55.880775   58451 kuberuntime_manager.go:1044] "Updating runtime config through cri with podcidr" CIDR="10.244.9.0/24"
1月 24 17:36:55 xxx kubelet[58451]: I0124 17:36:55.881017   58451 docker_service.go:359] "Docker cri received runtime config" runtimeConfig="&RuntimeConfig{NetworkConfig:&NetworkConfig{PodCidr:10.244.9.0/24,},}"
1月 24 17:36:55 xxx kubelet[58451]: I0124 17:36:55.881180   58451 kubelet_network.go:76] "Updating Pod CIDR" originalPodCIDR="" newPodCIDR="10.244.9.0/24"
1月 24 17:36:55 xxx kubelet[58451]: I0124 17:36:55.901774   58451 docker_sandbox.go:401] "Failed to read pod IP from plugin/docker" err="networkPlugin cni failed on the status hook for pod \"intel-gpu-plugin-76g66_default\": CNI failed to retrieve network namespace path: cannot find network namespace for the terminated container \"91ebe8492c76e93d90a30bf1fdd41886def32b50a001cf207686fa22debb079a\""
1月 24 17:36:55 xxx kubelet[58451]: E0124 17:36:55.913814   58451 kubelet.go:1384] "Failed to start ContainerManager" err="failed to build map of initial containers from runtime: no PodsandBox found with Id '748d625441331946d6dfc08b1be781e60fe07e764729b17f061c6fa4f2f8d714'"

解决办法: 文章来源地址https://www.toymoban.com/news/detail-560543.html

sudo docker system prune
sudo systemctl restart kubelet

到了这里,关于Failed to start ContainerManager“ err=“failed to build map of initial containers from runtime: no Po的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • zookeeper启动时Starting zookeeper ... FAILED TO START问题处理

    Linux服务器中启动zookeeper服务时,出现 Starting zookeeper ... FAILED TO START 错误 通过分析zookeeper启动日志发现 启动zookeeper失败提示8080端口被占用,这是zookeeper3.5的特性 Zookeeper AdminServer,默认使用8080端口 修改zoo.cfg文件的配置,添加如下配置 修改后再次启动zookeeper,查看启动日志

    2024年02月06日
    浏览(35)
  • Zookeeper启动失败:FAILED TO START解决方案

     如图,启动zookeeper失败,输入 查看失败原因  Invalid config,我得知是配置文件出了问题,但是检查配置文件没有发现错误 最终在配置文件末尾配置参数结尾发现了未删除的空格  将三个节点配置文件中的空格删去之后,zookeeper均能正常运行 至此问题解决,投身下一个问题中

    2024年02月12日
    浏览(31)
  • OCI runtime exec failed: exec failed: unable to start container process:

    测试使用docker容器名字ping通容器与容器之间,出现 OCI runtime exec failed: exec failed: unable to start container process: exec: “ping”: executable file not found in $PATH: unknown 报错 重新测试 成功!

    2024年02月13日
    浏览(37)
  • Failed to build opencv-python

    ERROR: Command errored out with exit status 1: command: ‘C:Users31579.condaenvspython36python.exe’ ‘C:Users31579.condaenvspython36libsite-packagespip_vendorpep517in_process_in_process.py’ bui ld_wheel ‘C:Users31579AppDataLocalTemptmpqvvgjysq’ cwd: C:Users31579AppDataLocalTemppip-install-a5xho7b3opencv-python_c0b22adb6fc

    2024年02月04日
    浏览(29)
  • 启动springboot时报错 APPLICATION FAILED TO START 包冲突

    启动springboot时报错 APPLICATION FAILED TO START 包冲突 具体日志如下 报错日志的意思 com.fasterxml.jackson.databind.Module.getTypeId 这个方法不存在 此方法对应的一个类 json.Jackson2ObjectMapperBuilder 来自 spring-web-5.3.13.jar 包 此方法对应的另一个类 jackson.databind.Module 来自 jackson-databind-2.3.3.jar 观察

    2024年02月03日
    浏览(41)
  • 解决springboot启动报Failed to start bean ‘subProtocolWebSocketHandler‘;

    使用 springboot 整合 websocket ,启动时报错,示例代码: 如图所示: 在上述代码中可以看到有两个注解, @EnableWebSocketMessageBroker 和 @EnableWebSocket ,同时使用,导致配置错误引起的。由于这两个注解都启用了 WebSocket 功能,因此同时使用它们可能会导致冲突。 两者取其一即可,

    2024年01月19日
    浏览(32)
  • Failed to start connector [Connector[HTTP/1.1-8080]]

    1、解决Web server failed to start. Port 8080 was already in use 2、SpringBoot启动报错:“Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.” 3、Failed to start end point associated with ProtocolHandler [http-nio-8080] 4、Failed to start connector [Connector[HTTP/1.1-8080]] 提示:

    2024年02月13日
    浏览(30)
  • zookeeper启动报错出现Starting zookeeper ... FAILED TO START详细解决方案

    第1步 来到zkServer.sh 的文件目录下,执行 发现是 此节点上的Zookeeper 所处阶段与 当前ClouderaManager中Zookeeper 的阶段 不匹配 ,导致无法启动此节点上面的 Zookeeper Quorum Server 。   第2步 来到zkData,目录,然后清空version-2文件夹 和删除zookeeper-server.pid文件并同步其他服务器 第3步

    2024年02月02日
    浏览(43)
  • 【docker】解决 Failed with result ‘exit-code‘和Start request repeated too quickly和Failed to start Docker

    目录 1、遇到问题 2、问题解决  journalctl -xeu docker.service ░░ Support: http://www.ubuntu.com/support ░░ ░░ The unit docker.service has entered the \\\'failed\\\' state with result \\\'exit-code\\\'. Mar 31 21:48:10 VM-8-16-ubuntu systemd[1]: Failed to start Docker Application Container Engine. ░░ Subject: A start job for unit docker.servic

    2024年02月14日
    浏览(25)
  • Failed to start mysqld.service: Unit not found.

    请仔细观看文档后,如果符合这个错误,再通过这种方式解决,不要盲目复制 问题 :Failed to start mysqld.service: Unit not found. 原因 :MySQL没有安装成功,就启动MySQL 如果是在使用\\\"yum -y install mysql-community-server\\\"命令安装mysql的时候,没有安装成功(原因:密钥已安装但是不适用此软

    2024年02月11日
    浏览(31)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包