mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Bump kubeadm to use v1.4.4 by default
This commit is contained in:
parent
be1996ee64
commit
f09c4833bd
@ -19,7 +19,7 @@ package kubeadm
|
|||||||
const (
|
const (
|
||||||
DefaultServiceDNSDomain = "cluster.local"
|
DefaultServiceDNSDomain = "cluster.local"
|
||||||
DefaultServicesSubnet = "10.12.0.0/12"
|
DefaultServicesSubnet = "10.12.0.0/12"
|
||||||
DefaultKubernetesVersion = "v1.4.1"
|
DefaultKubernetesVersion = "v1.4.4"
|
||||||
DefaultAPIBindPort = 6443
|
DefaultAPIBindPort = 6443
|
||||||
DefaultDiscoveryBindPort = 9898
|
DefaultDiscoveryBindPort = 9898
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user