make kubeadm default to stable-1.6

This commit is contained in:
Mike Danese 2017-04-05 09:26:39 -07:00
parent 5ef8148b5e
commit 142f7c98c0

View File

@ -26,7 +26,7 @@ import (
const ( const (
DefaultServiceDNSDomain = "cluster.local" DefaultServiceDNSDomain = "cluster.local"
DefaultServicesSubnet = "10.96.0.0/12" DefaultServicesSubnet = "10.96.0.0/12"
DefaultKubernetesVersion = "stable" DefaultKubernetesVersion = "stable-1.6"
DefaultAPIBindPort = 6443 DefaultAPIBindPort = 6443
DefaultDiscoveryBindPort = 9898 DefaultDiscoveryBindPort = 9898
DefaultAuthorizationMode = "RBAC" DefaultAuthorizationMode = "RBAC"