1
0
mirror of https://github.com/rancher/types.git synced 2025-06-28 06:26:49 +00:00

k8s 1.14.1 support

This commit is contained in:
Alena Prokharchyk 2019-04-08 13:39:20 -07:00
parent 1f8a7696aa
commit c113832bca
2 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ var (
// different k8s version tag
"v1.12.7-rancher1-2",
"v1.13.5-rancher1-2",
"v1.14.0-rancher1-1",
"v1.14.1-rancher1-1",
}
// K8sVersionToRKESystemImages is dynamically populated on init() with the latest versions
@ -1083,9 +1083,9 @@ var (
CoreDNS: m("coredns/coredns:1.2.6"),
CoreDNSAutoscaler: m("gcr.io/google_containers/cluster-proportional-autoscaler:1.0.0"),
},
"v1.14.0-rancher1-1": {
"v1.14.1-rancher1-1": {
Etcd: m("quay.io/coreos/etcd:v3.3.10-rancher1"),
Kubernetes: m("rancher/hyperkube:v1.14.0-rancher1"),
Kubernetes: m("rancher/hyperkube:v1.14.1-rancher1"),
Alpine: m("rancher/rke-tools:v0.1.28"),
NginxProxy: m("rancher/rke-tools:v0.1.28"),
CertDownloader: m("rancher/rke-tools:v0.1.28"),

View File

@ -293,9 +293,9 @@ var (
CanalCNIBinaries: m("rancher/canal-cni:v0.0.1-nanoserver-1803"),
KubeletPause: m("rancher/kubelet-pause:v0.0.1-nanoserver-1803"),
},
"v1.14.0-rancher1-1": {
"v1.14.1-rancher1-1": {
NginxProxy: m("rancher/nginx-proxy:v0.0.1-nanoserver-1803"),
KubernetesBinaries: m("rancher/hyperkube:v1.14.0-nanoserver-1803"),
KubernetesBinaries: m("rancher/hyperkube:v1.14.1-nanoserver-1803"),
FlannelCNIBinaries: m("rancher/flannel-cni:v0.0.1-nanoserver-1803"),
CalicoCNIBinaries: m("rancher/calico-cni:v0.0.1-nanoserver-1803"),
CanalCNIBinaries: m("rancher/canal-cni:v0.0.1-nanoserver-1803"),