Skip to content

Commit

Permalink
Merge pull request #18904 from minikube-bot/auto_bump_k8s_versions
Browse files Browse the repository at this point in the history
Bump Kubernetes version default: v1.30.1 and latest: v1.30.1
  • Loading branch information
spowelljr committed May 15, 2024
2 parents 07097ff + 29f0b71 commit 9e1c07a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ var (

const (
// DefaultKubernetesVersion is the default Kubernetes version
DefaultKubernetesVersion = "v1.30.0"
DefaultKubernetesVersion = "v1.30.1"
// NewestKubernetesVersion is the newest Kubernetes version to test against
// NOTE: You may need to update coreDNS & etcd versions in pkg/minikube/bootstrapper/images/images.go
NewestKubernetesVersion = "v1.30.0"
NewestKubernetesVersion = "v1.30.1"
// OldestKubernetesVersion is the oldest Kubernetes version to test against
OldestKubernetesVersion = "v1.20.0"
// NoKubernetesVersion is the version used when users does NOT want to install kubernetes
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/commands/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ minikube start [flags]
--interactive Allow user prompts for more information (default true)
--iso-url strings Locations to fetch the minikube ISO from. The list depends on the machine architecture.
--keep-context This will keep the existing kubectl context and will create a minikube context.
--kubernetes-version string The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.30.0, 'latest' for v1.30.0). Defaults to 'stable'.
--kubernetes-version string The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.30.1, 'latest' for v1.30.1). Defaults to 'stable'.
--kvm-gpu Enable experimental NVIDIA GPU support in minikube
--kvm-hidden Hide the hypervisor signature from the guest in minikube (kvm2 driver only)
--kvm-network string The KVM default network name. (kvm2 driver only) (default "default")
Expand Down

0 comments on commit 9e1c07a

Please sign in to comment.