k8s (1.14.2) using kubeadm under way to build a list of image recording and rancher build needed

kubeadm way

Version 1.12.2 has been used before, most recently want to try the new version 1.14.2 of course, the corresponding component also need to update the image version. Image version is as follows (network Plugins flannel)

k8s.gcr.io/kube-proxy                v1.14.2         
k8s.gcr.io/kube-apiserver            v1.14.2         
k8s.gcr.io/kube-controller-manager   v1.14.2         
k8s.gcr.io/kube-scheduler            v1.14.2         
k8s.gcr.io/coredns                   1.3.1           
k8s.gcr.io/etcd                      3.3.10          
k8s.gcr.io/pause                     3.1  
quay.io/coreos/flannel               v0.11.0-amd64

Of course, these mirrors for some reason so in addition to other possible network flannel pull down, the following may be used as the above tag address modification can be pulled down after

mirrorgooglecontainers/kube-proxy                v1.14.2         
mirrorgooglecontainers/kube-apiserver            v1.14.2         
mirrorgooglecontainers/kube-controller-manager   v1.14.2         
mirrorgooglecontainers/kube-scheduler            v1.14.2         
coredns/coredns                                    1.3.1           
mirrorgooglecontainers/etcd                      3.3.10          
mirrorgooglecontainers/pause                     3.1     

 

rancher way (2.X)

k8s version different versions support different, each rancher general release version will support k8s about three, the required mirror list please click the link to view

https://www.cnrancher.com/docs/rancher/v2.x/cn/installation/image/images-list/

 

Guess you like

Origin www.cnblogs.com/hetutu-5238/p/10984693.html