mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +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 (
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user