09 2021 档案
摘要:效果如下: 像个小火车一样跑 哈哈哈哈 怎么实现的呢 首先 1、下载使用阿里云镜像源(也可以用网易的) wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo 2、安装epel-r
阅读全文
摘要:下载Helm客户端:1、wget https://get.helm.sh/helm-v3.2.4-linux-amd64.tar.gz2、tar zxvf helm-v3.2.4-linux-amd64.tar.gz3、mv linux-amd64/helm /usr/bin/ helm命令使用 命
阅读全文
摘要:记录使用k8s中遇到的小问题 今日重启k8s中master服务器后 输入: kubectl get pod 发现报错: The connection to the server 192.168.95.129:6443 was refused - did you specify the right h
阅读全文