Commit 988dbe6e authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #34419 from luxas/kubeadm_141

Automatic merge from submit-queue Bump kubeadm to use kubernetes v1.4.1 v1.4.1 is going to be released tomorrow, so make kubeadm use it by default This will make it possible to run kubeadm on Raspberry Pi's OOTB We should strive towards releasing a second kubeadm release this week that's stable and has the small new tweaks we've coded these two weeks. @errordeveloper @mikedanese
parents 6656929b 99aaa3d8
...@@ -19,5 +19,5 @@ package api ...@@ -19,5 +19,5 @@ package api
const ( const (
DefaultServiceDNSDomain = "cluster.local" DefaultServiceDNSDomain = "cluster.local"
DefaultServicesSubnet = "10.12.0.0/12" DefaultServicesSubnet = "10.12.0.0/12"
DefaultKubernetesVersion = "v1.4.0" DefaultKubernetesVersion = "v1.4.1"
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment