Skip to content

Commit a66d2a3

Browse files
committed
bupm oldest kubernetes version to v1.14.0
1 parent 9d9aecc commit a66d2a3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
425425
github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
426426
github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=
427427
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
428+
github.com/google/go-cmp v0.5.3 h1:x95R7cp+rSeeqAMI2knLtQ0DKlaBhv2NrtrOvafPHRo=
428429
github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
429430
github.com/google/go-cmp v0.5.4 h1:L8R9j+yAqZuZjsqh/z+F1NCffTKKLShY6zXTItVIZ8M=
430431
github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=

pkg/minikube/constants/constants.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ import (
2828

2929
const (
3030
// DefaultKubernetesVersion is the default Kubernetes version
31-
DefaultKubernetesVersion = "v1.20.2"
31+
DefaultKubernetesVersion = "v1.20.4"
3232
// NewestKubernetesVersion is the newest Kubernetes version to test against
3333
// NOTE: You may need to update coreDNS & etcd versions in pkg/minikube/bootstrapper/images/images.go
34-
NewestKubernetesVersion = "v1.20.3-rc.0"
34+
NewestKubernetesVersion = "v1.20.5-rc.0"
3535
// OldestKubernetesVersion is the oldest Kubernetes version to test against
36-
OldestKubernetesVersion = "v1.13.0"
36+
OldestKubernetesVersion = "v1.14.0"
3737
// DefaultClusterName is the default nane for the k8s cluster
3838
DefaultClusterName = "minikube"
3939
// DockerDaemonPort is the port Docker daemon listening inside a minikube node (vm or container).

site/content/en/docs/commands/start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ minikube start [flags]
6666
--interactive Allow user prompts for more information (default true)
6767
--iso-url strings Locations to fetch the minikube ISO from. (default [https://storage.googleapis.com/minikube/iso/minikube-v1.17.0.iso,https://github.com/kubernetes/minikube/releases/download/v1.17.0/minikube-v1.17.0.iso,https://kubernetes.oss-cn-hangzhou.aliyuncs.com/minikube/iso/minikube-v1.17.0.iso])
6868
--keep-context This will keep the existing kubectl context and will create a minikube context.
69-
--kubernetes-version string The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.20.2, 'latest' for v1.20.3-rc.0). Defaults to 'stable'.
69+
--kubernetes-version string The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.20.4, 'latest' for v1.20.5-rc.0). Defaults to 'stable'.
7070
--kvm-gpu Enable experimental NVIDIA GPU support in minikube
7171
--kvm-hidden Hide the hypervisor signature from the guest in minikube (kvm2 driver only)
7272
--kvm-network string The KVM network name. (kvm2 driver only) (default "default")

0 commit comments

Comments
 (0)