Bump kubeadm to use v1.4.4 by default

pull/6/head
Ilya Dmitrichenko 2016-10-21 09:25:49 +01:00
parent be1996ee64
commit f09c4833bd
No known key found for this signature in database
GPG Key ID: E7889175A6C0CEB9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ package kubeadm
const (
DefaultServiceDNSDomain = "cluster.local"
DefaultServicesSubnet = "10.12.0.0/12"
DefaultKubernetesVersion = "v1.4.1"
DefaultKubernetesVersion = "v1.4.4"
DefaultAPIBindPort = 6443
DefaultDiscoveryBindPort = 9898
)