测试项目地址:https://github.com/MagicDu/k8s-test-auto
准备工作
需要搭建k8s集群、harbor镜像仓库、jenkins,代码管理使用自建gitlab 、gitee、github都可以。
&nbs……继续阅读 »
破玉
3年前 (2021-11-24) 1310浏览 0评论
47个赞
现象描述
一个很久未访问的k8s 集群,今天再去访问,发现不能用了,执行kubectl 报错
kubectl get nodes -o wide
报错如下:
The connection to the server 192.168.10.xxx:6443 was refused - did you specify the right host o……继续阅读 »
破玉
3年前 (2021-07-19) 2649浏览 0评论
1个赞
使用 以下命令查看 coredns 状态
sudo kubectl get pod --all-namespaces
显示如下错误 crashlookbackoff
原因不过两个,可能是你的容器lo回环找不到你的容器,有可能就是你的本地/etc/resolv.conf下的dns
我们修改下
sudo vim /etc/resolv.co……继续阅读 »
破玉
4年前 (2020-08-23) 1537浏览 0评论
0个赞
节点规划
准备部署一主两从 的 三节点 Kubernetes集群,整体节点规划如下表所示:
主机名
IP
角色
k8s-master
192.168.10.246
主节点
k8s-node-1
192.168.10.254
从节点1
k8s-node-2
192.168.10.170
从节点2
所有节点都需要安装以下组件:
Do……继续阅读 »
破玉
5年前 (2020-06-10) 1448浏览 0评论
4个赞
* Starting control plane node m01 in cluster minikube
* Downloading Kubernetes v1.18.0 preload …
* Updating the running virtualbox “minikube” VM …
! This VM……继续阅读 »
破玉
5年前 (2020-04-08) 6573浏览 0评论
16个赞