Skip to content

Commit 9139666

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#47440 from luxas/kubeadm_stable_v17_version
Automatic merge from submit-queue kubeadm: Use the v1.7 branch by default **What this PR does / why we need it**: Makes kubeadm use the v1.7 branch instead of v1.6 **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: This should be merged right before the rc.0 is cut I guess **Release note**: ```release-note NONE ``` @kubernetes/sig-cluster-lifecycle-pr-reviews
2 parents afa7808 + 8de41f4 commit 9139666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/apis/kubeadm/v1alpha1/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
const (
2727
DefaultServiceDNSDomain = "cluster.local"
2828
DefaultServicesSubnet = "10.96.0.0/12"
29-
DefaultKubernetesVersion = "stable-1.6"
29+
DefaultKubernetesVersion = "stable-1.7"
3030
DefaultAPIBindPort = 6443
3131
DefaultDiscoveryBindPort = 9898
3232
DefaultAuthorizationMode = "RBAC"

0 commit comments

Comments
 (0)