摘要:
1、安装网络插件报错 error unable to recognize "calico.yaml": no matches for kind "DaemonSet" in version "extensions/v1"' 描述:版本不匹配 解决办法: 地址:https://projectcalic 阅读全文
摘要:
查看现有状态 [root@master ~]# kubectl get nodes NAME STATUS ROLES AGE VERSION master NotReady control-plane 72s v1.25.0 node1 NotReady <none> 11s v1.25.0 no 阅读全文
摘要:
错误 yang@ubuntu:/etc$ sudo cat sudoers >>> /etc/sudoers: syntax error near line 26 <<< sudo: parse error in /etc/sudoers near line 26 sudo: no valid su 阅读全文
摘要:
一、查看所有已安装软件包 dpkg -l 二、过滤安装包 yang@ubuntu:~/ansible$ dpkg -l | grep vim ii vim 2:8.1.2269-1ubuntu5.9 amd64 Vi IMproved - enhanced vi editor ii vim-comm 阅读全文
摘要:
一、命令运用 1.查看集群所有节点 kubectl get nodes 2.查看集群部署所有pod kubectl get pods -A 3.访问pod里面的内容,IP+pod里面运行的容器端口 curl 192.168.1.234:8080 4.查看实时显示信息 kubectl get pods 阅读全文
摘要:
模拟问题点 使用kubernetes时错误提示 yang@master:~$ kubectl get nodes Unable to connect to the server: x509: certificate has expired or is not yet valid: current t 阅读全文