Use the release-1.8 branch by default

parent 4360911d
...@@ -28,7 +28,7 @@ import ( ...@@ -28,7 +28,7 @@ import (
const ( const (
DefaultServiceDNSDomain = "cluster.local" DefaultServiceDNSDomain = "cluster.local"
DefaultServicesSubnet = "10.96.0.0/12" DefaultServicesSubnet = "10.96.0.0/12"
DefaultKubernetesVersion = "stable-1.7" DefaultKubernetesVersion = "stable-1.8"
DefaultAPIBindPort = 6443 DefaultAPIBindPort = 6443
DefaultAuthorizationModes = "Node,RBAC" DefaultAuthorizationModes = "Node,RBAC"
DefaultCACertPath = "/etc/kubernetes/pki/ca.crt" DefaultCACertPath = "/etc/kubernetes/pki/ca.crt"
......
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