Skip to content

Commit

Permalink
Use the release-1.8 branch by default
Browse files Browse the repository at this point in the history
  • Loading branch information
luxas committed Sep 22, 2017
1 parent 4360911 commit 81840b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubeadm/app/apis/kubeadm/v1alpha1/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 81840b3

Please sign in to comment.