Skip to content

Commit

Permalink
Update pre-cache images to correct version
Browse files Browse the repository at this point in the history
Signed-off-by: kairen <kyle.b@inwinstack.com>
  • Loading branch information
kairen authored and dlorenc committed May 23, 2018
1 parent 4bdba1f commit dadb7ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,26 +221,26 @@ func GetKubeadmCachedImages(version string) []string {
"k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.1",

// Addon Manager
"k8s.gcr.io/kube-addon-manager:v6.5",
"k8s.gcr.io/kube-addon-manager:v8.6",

// Pause
"k8s.gcr.io/pause-amd64:3.0",
"k8s.gcr.io/pause-amd64:3.1",

// DNS
"k8s.gcr.io/k8s-dns-kube-dns-amd64:1.14.4",
"k8s.gcr.io/k8s-dns-dnsmasq-nanny-amd64:1.14.4",
"k8s.gcr.io/k8s-dns-sidecar-amd64:1.14.4",
"k8s.gcr.io/k8s-dns-kube-dns-amd64:1.14.8",
"k8s.gcr.io/k8s-dns-dnsmasq-nanny-amd64:1.14.8",
"k8s.gcr.io/k8s-dns-sidecar-amd64:1.14.8",

// etcd
"k8s.gcr.io/etcd-amd64:3.0.17",
"k8s.gcr.io/etcd-amd64:3.1.12",

"k8s.gcr.io/kube-proxy-amd64:" + version,
"k8s.gcr.io/kube-scheduler-amd64:" + version,
"k8s.gcr.io/kube-controller-manager-amd64:" + version,
"k8s.gcr.io/kube-apiserver-amd64:" + version,

//Storage Provisioner
"gcr.io/k8s-minikube/storage-provisioner:v1.8.0",
"gcr.io/k8s-minikube/storage-provisioner:v1.8.1",
}
}

Expand Down

0 comments on commit dadb7ad

Please sign in to comment.