会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
maqinghang
博客园
首页
新随笔
联系
管理
订阅
2024年7月1日
一键部署Docker脚本
摘要: bash docker_install.sh #!/bin/bash # auther: maqinghang # blog: https://www.cnblogs.com/maqinghang # 加载操作系统的变量,主要是ID变量。 . /etc/os-release DOCKER_VERSI
阅读全文
posted @ 2024-07-01 19:20 马庆航
阅读(15)
评论(0)
推荐(0)
编辑
2024年6月30日
调度Pod的方法
摘要: nodeName 使Pod调度到指定节点 ... spec: nodeName: <k8s节点的名称> ... hostPort 使用的是宿主的ip+端口,只可以调度一个,多余的会pending,因为端口被占用 ... spec: containerd: ports: - containerPort
阅读全文
posted @ 2024-06-30 12:07 马庆航
阅读(13)
评论(0)
推荐(0)
编辑
公告