2024年7月1日
摘要: 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日
摘要: nodeName 使Pod调度到指定节点 ... spec: nodeName: <k8s节点的名称> ... hostPort 使用的是宿主的ip+端口,只可以调度一个,多余的会pending,因为端口被占用 ... spec: containerd: ports: - containerPort 阅读全文
posted @ 2024-06-30 12:07 马庆航 阅读(13) 评论(0) 推荐(0) 编辑