Skip to content

Commit

Permalink
Update images.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jan 17, 2017
1 parent 2bbfaff commit 21d71b4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmd/kubeadm/app/images/images.go
Expand Up @@ -39,10 +39,8 @@ const (
gcrPrefix = "gcr.io/google_containers"
etcdVersion = "3.0.14-kubeadm"

kubeDNSVersion = "1.11.0"
dnsmasqVersion = "1.11.0"
kubeDNSSidecarVersion = "1.11.0"
pauseVersion = "3.0"
kubeDNSVersion = "1.11.0"
pauseVersion = "3.0"
)

func GetCoreImage(image string, cfg *kubeadmapi.MasterConfiguration, overrideImage string) string {
Expand Down

0 comments on commit 21d71b4

Please sign in to comment.