Use the release-1.8 branch by default

This commit is contained in:
Lucas Käldström 2017-09-22 21:03:28 +03:00
parent 4360911d89
commit 81840b3782
No known key found for this signature in database
GPG Key ID: 3FA3783D77751514

View File

@ -28,7 +28,7 @@ import (
const (
DefaultServiceDNSDomain = "cluster.local"
DefaultServicesSubnet = "10.96.0.0/12"
DefaultKubernetesVersion = "stable-1.7"
DefaultKubernetesVersion = "stable-1.8"
DefaultAPIBindPort = 6443
DefaultAuthorizationModes = "Node,RBAC"
DefaultCACertPath = "/etc/kubernetes/pki/ca.crt"