配置K8S时 可能会用到#systemcd来管理containerd,这https://raw.githubusercontent.com/containerd/containerd/main/containerd.service 链接会访问出问题。这里附containerd.service,直接复制就可以用。你也可以打开containerd/containerd.service at main · containerd/containerd (github.com)  来复制。

安装containerd   安装runc  安装 CNI plugins的软件包在网盘内。

同时我这里附了网盘的 containerd-1.6.8-linux-amd64.tar.gz 点击下载

cni-plugins-linux-amd64-v1.1.1.tgz 点击下载的软件包,方便使用。如果你某天来访发现不能访问,请别着急。留言给我,我一般会在5-15分钟内响应你的回复。这两个文件可能有需要根据实际情况修改。如有修改不明白的地方也可以联系我。一般是修改主机名、镜像链接、IP之类的。

#runc是容器运行时,runc实现了容器的init,run,create,ps...   runc  点击下载

同时在搭建K8S遇到问题时,你也可以和我联系,以便及时提供义务帮忙。

# Copyright The containerd Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License. [Unit]
Description=containerd container runtime
Documentation=https://containerd.io
After=network.target local-fs.target [Service]
#uncomment to enable the experimental sbservice (sandboxed) version of containerd/cri integration
#Environment="ENABLE_CRI_SANDBOXES=sandboxed"
ExecStartPre=-/sbin/modprobe overlay
ExecStart=/usr/local/bin/containerd Type=notify
Delegate=yes
KillMode=process
Restart=always
RestartSec=5
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNPROC=infinity
LimitCORE=infinity
LimitNOFILE=infinity
# Comment TasksMax if your systemd version does not supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
OOMScoreAdjust=-999 [Install]
WantedBy=multi-user.target

最新文章

  1. Unicode, UTF, ASCII, ANSI format differences
  2. 转: unix实际用户ID和有效用户ID解析
  3. 关于gcd的几个问题
  4. ASP.NET播客(留言时间,投票IP,留言限字数,上传视频)
  5. coco2d-js 多屏适配相关API
  6. CSS 之 @media
  7. C# .Net基础知识点解答
  8. 关于在cocos2dx中继承Sprite的分析与技巧
  9. PAT (Advanced Level) 1098. Insertion or Heap Sort (25)
  10. pager-taglib插件进行普通分页
  11. phpcms图文总结(转)
  12. Java并发与同步
  13. [poj1185]炮兵阵地_状压dp
  14. C#微信公众号——本地调试
  15. Uva - 810 - A Dicey Problem
  16. wifi的主动扫描和被动扫描
  17. hdu-2043解题报告
  18. Hadoop2.2.0分布式安装配置详解[2/3]
  19. db lock
  20. cocos2d JS-(JavaScript) cc.each循环遍历对象

热门文章

  1. [数据结构]单向链表及其基本操作(C语言)
  2. Python启动HTTP服务进行文件传输
  3. [深度学习] Python人脸识别库face_recognition使用教程
  4. (3)go-micro微服务项目搭建
  5. 【LGR-125】洛谷 11 月月赛 I & JROI-7 & JRKSJ-5
  6. 均有商业公司支持!2023再看数据湖 hudi iceberg delta2 社区发展现状!
  7. Unity_UIWidgets - 按钮组件IconButton
  8. petite-vue和Vue的比较
  9. Python实用代码片段(1)-rot13加密
  10. mybatis-plus 多租户