Cauchy
原来的需要注销么
KubeSphere v2.1.0镜像列表
FeynmanK零SK贰SK壹S
ethan12871 对,可以删掉
guoh1988K零S
是不是少一个haproxy:2.0.4
11 天 后
- 已编辑
guest
user is not active right now.
admin@iZrj9hb9kgeic3rdxtxk19Z:~/kubesphere$ docker login -u guest -p guest dockerhub.qingcloud.com
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/admin/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
admin@iZrj9hb9kgeic3rdxtxk19Z:~/kubesphere$ while read i; do docker pull $i; done <<< "`cat images.txt |grep qingcloud`"
Error response from daemon: Get https://dockerhub.qingcloud.com/v2/coreos/etcd/manifests/v3.2.18: error parsing HTTP 403 response body: no error details found in HTTP response body: "{\"err\":\"user is not active\"}\n"
Error response from daemon: Get https://dockerhub.qingcloud.com/v2/google_containers/metrics-server-amd64/manifests/v0.3.1: error parsing HTTP 403 response body: no error details found in HTTP response body: "{\"err\":\"user is not active\"}\n"
Error response from daemon: Get https://dockerhub.qingcloud.com/v2/pires/docker-elasticsearch-curator/manifests/5.5.4: error parsing HTTP 403 response body: no error details found in HTTP response body: "{\"err\":\"user is not active\"}\n"
admin@iZrj9hb9kgeic3rdxtxk19Z:~/kubesphere$ docker login -u wittcnezh dockerhub.qingcloud.com
Password:
Error response from daemon: Get https://dockerhub.qingcloud.com/v2/: unauthorized: authentication required
wisheenK零S
云上把所有镜像都下载(devops, git除外,暂时没用到)并做了一个基于ubuntu 16.04 (安装docker和pull了所有相关镜像),安装大致30分钟,速度比较快,不好的就是费点磁盘,不过节点漂移了就不用下载镜像。
1 个月 后
Ssst_21K零S
镜像列表非常好
2 个月 后
pog2gK零S
非常感谢
14 天 后
太棒了,之前没有本地下载镜像,安装一遍花了一天时间。
1 个月 后
- 已编辑
三台机器都要下载这些镜像吗?还是只要master去下载这些镜像
WwanjunleiK零S
部分镜像需要全部节点都下载,暂时没有根据节点角色区分的镜像列表。你可以自己建一个私有的镜像仓库,把这些镜像全部导入到私有仓库,安装的时候使用私有仓库
16 天 后
不错,这样下载可快多啦
dockerhub.qingcloud.com/pires/docker-elasticsearch-curator:5.5.4
Error response from daemon: error parsing HTTP 403 response
FeynmanK零SK贰SK壹S
zhangdszq 注意,这个是 2.1.0 的镜像列表,配置国内镜像加速器的方式可以参考上面。但是 2.1.1 的镜像列表在文档中 https://kubesphere.io/docs/installation/install-on-k8s-airgapped/#option-1-image-list
3 个月 后
我新建了台干净的虚拟机,然后在装单节点All-in-One ,安装的过程中一直在这里循环然后就报错,!,我看日志说
,/etc/cni/net.d/这个路径是存在的,我想问下这是不是脚本安装cni的时候安装程序有问题
2 个月 后
是的,建议这样