当前位置: 首页 > news >正文

【k8s】master节点重新安装docker-ce

突发发现k8s的master机器的docker service没了

  • 不知道啥时候被我删除了?
root@k8s-master-pfsrv:/home/zhangbin/perfwork# docker ps
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
root@k8s-master-pfsrv:/home/zhangbin/perfwork# sudo systemctl status docker
Unit docker.service could not be found.
  • 此时docker 安装的gitlab也不行了

containerd 正常

root@k8s-master-pfsrv:/home/zhangbin/perfwork# sudo systemctl status containerd
● containerd.service - containerd container runtime
Loaded: loaded (/etc/systemd/system/containerd.service; enabled; preset: enabled)
Drop-In: /etc/systemd/system/containerd.service.d
└─http-proxy.conf
Active: active (run


http://www.mrgr.cn/news/1973.html

相关文章:

  • Visual Studio 2022 v17.11 发布
  • 后端开发刷题 | 链表内指定区间反转【链表篇】
  • 第6章 Android应用资源
  • 【EI会议】第三届环境工程与可持续能源国际会议征稿开启
  • 做跨境,东南亚市场要做哪些准备!
  • 【无标题】playbook的基本使用
  • Unity3D 自定义窗口
  • C语言——字符函数、字符串函数和内存函数
  • 基于vue框架的哀牢犁耙会助农系统r4347(程序+源码+数据库+调试部署+开发环境)系统界面在最后面。
  • 如何选择较为安全的第三方依赖版本?
  • 前端学习Day29
  • C# String的方法
  • 美国政府紧急应对三星Galaxy手机安全漏洞
  • 借助Aapose.Cells 使用 C# 在 Excel 中读取、添加和编辑线程注释
  • Java Web —— 第六天(Mybatis)
  • 【Linux】yum、vim、gcc/g++的使用
  • 【LeetCode Cookbook(C++ 描述)】一刷二叉树综合(下)
  • C++参悟-单例模式
  • C++ //练习 17.2 定义一个tuple,保存一个string、一个vector<string>和一个pair<string, int>。
  • SpringSecurity实现登录功能实战!!!