摘要:
> 参考文档: > [K8S部署遇到的问题处理汇总](https://www.cnblogs.com/liuyi778/p/12229416.html) **报错输出:** ```bash [root@localhost ~]# kubeadm join 192.168.1.11:6443 --to 阅读全文
摘要:
参考文档k8s node节点加入到集群时卡住 “[preflight] Running pre-flight checks” 报错: k8s node节点加入到集群时卡住 “[preflight] Running pre-flight checks” 搭建集群之后想把node加入到集群中,如下 [r 阅读全文
摘要:
$ kubeadm init --apiserver-advertise-address=192.168.1.112 ( 当前节点的ip,即自己muster的ip) --image-repository registry.aliyuncs.com/google_containers ( k8s的镜像 阅读全文
摘要:
错误提示: [WARNING IsDockerSystemdCheck]: detected “cgroupfs” as the Docker cgroup driver. The recommended driver is “systemd”. Please follow the guide at 阅读全文
摘要:
admin.conf文件操作: 报错信息: [root@localhost ~]# kubectl get nodes error: no configuration has been provided, try setting KUBERNETES_MASTER environment varia 阅读全文
摘要:
参考链接:解决Docker运行命令时提示"Got permission denied while trying to connect to the Docker daemon socket 文档是后期整理的,有问题将继续正路 原因: 摘自docker mannual上的一段话: Manage Doc 阅读全文
摘要:
kubernetes.repo: 报错:repomod.xml signature could not be verified 报错信息: failure: repodata/repomd.xml from kubernetes: [Errno 256] No more mirrors to try 阅读全文
摘要:
1、uname 命令用于查看系统内核与系统版本等信息,格式为“uname [-a]”。 [root@bigdata-senior01 ~]# uname -a Linux bigdata-senior01.home.com 3.10.0-693.el7.x86_64 #1 SMP Tue Aug 2 阅读全文