mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Use the release-1.8 branch by default
This commit is contained in:
parent
4360911d89
commit
81840b3782
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user