mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #35270 from errordeveloper/bump-default-version-in-kubeadm
Automatic merge from submit-queue Bump kubeadm to use v1.4.4 by default **Release note**: ```release-note NONE ```
This commit is contained in:
commit
03c69e114f
@ -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