Skip to content

Commit

Permalink
Revert system image cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kairen authored and dlorenc committed Dec 13, 2017
1 parent 797925f commit 289e8f6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,6 @@ var LocalkubeCachedImages = []string{
// Dashboard
"gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.3",

// Ingress Controller
"nginx:alpine",
"gcr.io/google_containers/defaultbackend:1.4",
"quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0",

// DNS
"gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.5",
"gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.5",
Expand All @@ -195,11 +190,6 @@ func GetKubeadmCachedImages(version string) []string {
// Dashboard
"gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.3",

// Ingress Controller
"nginx:alpine",
"gcr.io/google_containers/defaultbackend:1.4",
"quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0",

// Addon Manager
"gcr.io/google-containers/kube-addon-manager:v6.4-beta.2",

Expand Down

0 comments on commit 289e8f6

Please sign in to comment.