简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
前言,我们默认安装docker.io的最新版本是1.6.2,docker.io, docker, docker-engine 都是docker以前的老版本. 现在都叫做docker-ce或者 docker-ee在这样一个网站 (https://stackoverflow.com/questions/45023363/what-is-docker-io-in-relation-to-...
前言:记录一次使用Docker搭建Git服务器的过程. Git服务器软件选择了Gitblit1. 选择镜像 通过搜索, 发现没有官方的, 只有两个start不是很多的镜像. 里面的jacekkow/gitblit看起来相对较新. 选择这个进行下载安装2. 下载 docker pull jacekkow/gitblit3. 安...
1.执行kubeadm init时超时错误截图2.开始解决2.1. 执行systemctl status kubelet检查,发现kubelet正在运行2.2.检查docker镜像docker ps -a | grep kube | grep -v pause1). 发现存在3个退出的容器k8s_kube-controller-managerk8s_etcdk8...
1.在master查看nodes2.查看所有pod的信息, 注意, 是所有namespace的kubectl get pod --all-namespaces会发现有两个coredns-576cbf47c7- 是ContainerCreating 状态的.3.查看任意一个coredns poda.截图b.Event在Event中, 有这么一样,network is...
1.错误描述[root@k8s centos]# kubeadm initI1205 06:44:01.45939112097 version.go:94] could not fetch a Kubernetes version from the internet: unable to get URL "https://dl.k8s.io
在执行delete语句的时候,可能会提示MySQL在保护模式, 无法进行删除, 错误如下ErrorCode: 1175. You are using safe update mode and you tried to update a tablewithout a WHERE that uses a KEY column To disable safe mode, toggle the optio