How to obtain the mirrors needed for kubespray installation from Aliyun

Source: Internet
Author: User
Tags kibana fluentd k8s aliyun

1. Pull image from Aliyun

Docker Pull registry.cn-qingdao.aliyuncs.com/urplus/k8s-dns-kube-dns-amd64:1.14.7
Docker Pull registry.cn-qingdao.aliyuncs.com/urplus/k8s-dns-dnsmasq-nanny-amd64:1.14.7
Docker Pull registry.cn-qingdao.aliyuncs.com/urplus/k8s-dns-sidecar-amd64:1.14.7
Docker Pull registry.cn-hangzhou.aliyuncs.com/dockerk8s/kubernetes-dashboard-amd64:v1.7.1
Docker Pull registry.cn-hangzhou.aliyuncs.com/dockerk8s/kubernetes-dashboard-init-amd64:v1.0.1

Docker Pull registry.cn-hangzhou.aliyuncs.com/liuq/calico-ctl:v1.6.1
Docker Pull registry.cn-hangzhou.aliyuncs.com/liuq/calico-node:v2.6.2
Docker Pull registry.cn-hangzhou.aliyuncs.com/calico_containers/cni:v1.11.0
Docker Pull registry.cn-hangzhou.aliyuncs.com/calic/kube-controllers:v1.0.0
Docker Pull registry.cn-hangzhou.aliyuncs.com/wiselyman/routereflector:v0.4.0

Docker Pull registry.cn-hangzhou.aliyuncs.com/liuq/hyperkube:v1.8.4_coreos.0
Docker Pull registry.cn-hangzhou.aliyuncs.com/mwang14hk/pause-amd64:3.0
Docker Pull registry.cn-hangzhou.aliyuncs.com/wiselyman/k8s-netchecker-agent:v1.0
Docker Pull registry.cn-hangzhou.aliyuncs.com/wiselyman/k8s-netchecker-server:v1.0

Docker Pull registry.cn-beijing.aliyuncs.com/io84/elasticsearch:v2.4.1
Docker Pull registry.cn-shenzhen.aliyuncs.com/solinx/fluentd-elasticsearch:1.22
Docker Pull registry.cn-qingdao.aliyuncs.com/bonc/kibana:v4.6.1
Docker Pull registry.cn-hangzhou.aliyuncs.com/linkcloud/k8s-helm:v2.7.2
Docker Pull registry.cn-beijing.aliyuncs.com/my-img/tiller:v2.7.2

2. Change tag and save new image tar
Docker tag registry.cn-qingdao.aliyuncs.com/urplus/k8s-dns-kube-dns-amd64:1.14.7 gcr.io/google_containers/ k8s-dns-kube-dns-amd64:1.14.7
Docker Save Gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.7-o/root/image_new/ K8s-dns-kube-dns-amd64-1.14.7.tar
Docker tag registry.cn-qingdao.aliyuncs.com/urplus/k8s-dns-dnsmasq-nanny-amd64:1.14.7 gcr.io/google_containers/ k8s-dns-dnsmasq-nanny-amd64:1.14.7
Docker Save Gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.7-o/root/image_new/ K8s-dns-dnsmasq-nanny-amd64-1.14.7.tar
Docker tag registry.cn-qingdao.aliyuncs.com/urplus/k8s-dns-sidecar-amd64:1.14.7 gcr.io/google_containers/ k8s-dns-sidecar-amd64:1.14.7
Docker Save Gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.7-o/root/image_new/ K8s-dns-sidecar-amd64-1.14.7.tar
Docker tag registry.cn-hangzhou.aliyuncs.com/dockerk8s/kubernetes-dashboard-amd64:v1.7.1 gcr.io/google_containers /kubernetes-dashboard-amd64:v1.7.1
Docker Save Gcr.io/google_containers/kubernetes-dashboard-amd64:v1.7.1-o/root/image_new/ Kubernetes-dashboard-amd64-v1.7.1.tar
Docker tag registry.cn-hangzhou.aliyuncs.com/dockerk8s/kubernetes-dashboard-init-amd64:v1.0.1 Gcr.io/google_ containers/kubernetes-dashboard-init-amd64:v1.0.1
Docker Save Gcr.io/google_containers/kubernetes-dashboard-init-amd64:v1.0.1-o/root/image_new/ Kubernetes-dashboard-init-amd64-v1.0.1.tar

Docker tag registry.cn-hangzhou.aliyuncs.com/liuq/calico-ctl:v1.6.1 quay.io/calico/ctl:v1.6.1
Docker Save Quay.io/calico/ctl:v1.6.1-o/root/image_new/ctl-v1.6.1.tar
Docker tag registry.cn-hangzhou.aliyuncs.com/liuq/calico-node:v2.6.2 quay.io/calico/node:v2.6.2
Docker Save Quay.io/calico/node:v2.6.2-o/root/image_new/calico-node-v2.6.2.tar
Docker tag registry.cn-hangzhou.aliyuncs.com/calico_containers/cni:v1.11.0 quay.io/calico/cni:v1.11.0
Docker Save Quay.io/calico/cni:v1.11.0-o/root/image_new/calico-cni-v1.11.0.tar
Docker tag registry.cn-hangzhou.aliyuncs.com/calic/kube-controllers:v1.0.0 quay.io/calico/kube-controllers:v1.0.0
Docker Save Quay.io/calico/kube-controllers:v1.0.0-o/root/image_new/calico-kube-controllers-v1.0.tar
Docker tag registry.cn-hangzhou.aliyuncs.com/wiselyman/routereflector:v0.4.0 quay.io/calico/routereflector:v0.4.0
Docker Save Quay.io/calico/routereflector:v0.4.0-o/root/image_new/calico-routereflector-v0.4.0.tar
Docker tag registry.cn-hangzhou.aliyuncs.com/liuq/hyperkube:v1.8.4_coreos.0 quay.io/coreos/hyperkube:v1.8.4_ coreos.0
Docker Save Quay.io/coreos/hyperkube:v1.8.4_coreos.0-o/root/image_new/hyperkube-v1.8.4_coreos.0.tar
Docker tag registry.cn-hangzhou.aliyuncs.com/mwang14hk/pause-amd64:3.0 gcr.io/google_containers/pause-amd64:3.0
Docker Save Gcr.io/google_containers/pause-amd64:3.0-o/root/image_new/pause-amd64-3.0.tar
Docker tag registry.cn-hangzhou.aliyuncs.com/wiselyman/k8s-netchecker-agent:v1.0 quay.io/l23network/ k8s-netchecker-agent:v1.0
Docker Save Quay.io/l23network/k8s-netchecker-agent:v1.0-o/root/image_new/k8s-netchecker-agent-v1.0.tar
Docker tag registry.cn-hangzhou.aliyuncs.com/wiselyman/k8s-netchecker-server:v1.0 quay.io/l23network/ k8s-netchecker-server:v1.0
Docker Save Quay.io/l23network/k8s-netchecker-server:v1.0-o/root/image_new/k8s-netchecker-server-v1.0.tar

Docker tag registry.cn-beijing.aliyuncs.com/io84/elasticsearch:v2.4.1 Gcr.io/google_containers/elasticsearch: v2.4.1
Docker Save Gcr.io/google_containers/elasticsearch:v2.4.1-o/root/image_new/elasticsearch-v2.4.1.tar
Docker tag registry.cn-shenzhen.aliyuncs.com/solinx/fluentd-elasticsearch:1.22 gcr.io/google_containers/ fluentd-elasticsearch:1.22
Docker Save Gcr.io/google_containers/fluentd-elasticsearch:1.22-o/root/image_new/fluentd-elasticsearch-1.22.tar
Docker tag registry.cn-qingdao.aliyuncs.com/bonc/kibana:v4.6.1 gcr.io/google_containers/kibana:v4.6.1
Docker Save Gcr.io/google_containers/kibana:v4.6.1-o/root/image_new/kibana-v4.6.1.tar
Docker tag registry.cn-hangzhou.aliyuncs.com/linkcloud/k8s-helm:v2.7.2 lachlanevenson/k8s-helm:v2.7.2
Docker Save Lachlanevenson/k8s-helm:v2.7.2-o/root/image_new/k8s-helm-v2.7.2.tar
Docker tag registry.cn-beijing.aliyuncs.com/my-img/tiller:v2.7.2 gcr.io/kubernetes-helm/tiller:v2.7.2
Docker Save Gcr.io/kubernetes-helm/tiller:v2.7.2-o/root/image_new/tiller-v2.7.2.tar

3. Docker load-i image to node or repository.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.