上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页

2023年3月23日

摘要: 1 mkdir /data/rpm 2 mount -t nfs 192.168.14.134:/data/rpm /data/rpm -o nolock,nfsvers=3,vers=3 3 echo "mount -t nfs 192.168.14.134:/data/rpm /data/rpm 阅读全文
posted @ 2023-03-23 17:02 lzjasd 阅读(11) 评论(0) 推荐(0) 编辑

2023年3月16日

摘要: 设置node1节点的标签 kubectl label node node1 node-role.kubernetes.io/worker=worker 官方文档 https://kubernetes.io/zh-cn/docs/tasks/access-application-cluster/web 阅读全文
posted @ 2023-03-16 17:17 lzjasd 阅读(10) 评论(0) 推荐(0) 编辑
 
摘要: kubectl get nodes NAME STATUS ROLES AGE VERSION master NotReady control-plane 10h v1.26.2 node1 NotReady <none> 10h v1.26.2 node2 Ready <none> 8h v1.2 阅读全文
posted @ 2023-03-16 17:16 lzjasd 阅读(1064) 评论(0) 推荐(0) 编辑
 
摘要: [kubelet-start] Starting the kubelet [kubelet-start] Waiting for the kubelet to perform the TLS Bootstrap... [kubelet-check] Initial timeout of 40s pa 阅读全文
posted @ 2023-03-16 01:57 lzjasd 阅读(873) 评论(0) 推荐(0) 编辑
 
摘要: 安装go wget https://golang.google.cn/dl/go1.20.2.linux-amd64.tar.gztar -zxvf go1.20.2.linux-amd64.tar.gz -C /usr/local/sleep 10cat >>/etc/profile<<EOF#g 阅读全文
posted @ 2023-03-16 01:27 lzjasd 阅读(28) 评论(0) 推荐(0) 编辑
 
摘要: 安装nfs yum -y install rpcbind nfs-utilsvim /etc/exports/root/data/rpm *(rw,no_root_squash,no_all_squash,sync)/data/rpm *(rw,no_root_squash,no_all_squas 阅读全文
posted @ 2023-03-16 01:25 lzjasd 阅读(10) 评论(0) 推荐(0) 编辑
 
摘要: 虚拟机 ip主机名角色内存 192.168.14.132 master master 4g 192.168.14.133 node1 worker 4g 192.168.14.134 node2 worker 4g master节点 软件源http://mirrors.aliyun.com/repo 阅读全文
posted @ 2023-03-16 00:15 lzjasd 阅读(104) 评论(0) 推荐(0) 编辑

2023年3月15日

摘要: 在你的每个节点上,遵循安装 Docker Engine 指南为你的 Linux 发行版安装 Docker。按照源代码仓库中的说明安装 cri-dockerd。对于 cri-dockerd,默认情况下,CRI 套接字是 /run/cri-dockerd.sockhttps://docs.docker. 阅读全文
posted @ 2023-03-15 14:43 lzjasd 阅读(219) 评论(0) 推荐(0) 编辑

2021年3月5日

摘要: 前言 这篇文章会带领大家去安装k8s1.18的单maaster节点高可用集群,如果你是初学小白,只要跟着做,也能保证100%完成安装,下面开始我们的安装之旅吧,内容较多,都是干货 资料下载 1.下文需要的yaml文件所在的github地址如下: https://github.com/luckyluc 阅读全文
posted @ 2021-03-05 16:17 lzjasd 阅读(513) 评论(0) 推荐(0) 编辑
 
摘要: top top - 23:25:03 up 338 days, 22:15, 1 user, load average: 0.40, 0.25, 0.53Tasks: 26 total, 1 running, 25 sleeping, 0 stopped, 0 zombie%Cpu(s): 1.2 阅读全文
posted @ 2021-03-05 00:04 lzjasd 阅读(89) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页