Skip to content

Commit 4a6cb12

Browse files
authored
Merge pull request #17463 from minikube-bot/auto_bump_k8s_versions
Bump Kubernetes version default: v1.28.3 and latest: v1.28.3
2 parents 24b7d74 + e589dae commit 4a6cb12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkg/minikube/constants/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ var (
3434

3535
const (
3636
// DefaultKubernetesVersion is the default Kubernetes version
37-
DefaultKubernetesVersion = "v1.28.2"
37+
DefaultKubernetesVersion = "v1.28.3"
3838
// NewestKubernetesVersion is the newest Kubernetes version to test against
3939
// NOTE: You may need to update coreDNS & etcd versions in pkg/minikube/bootstrapper/images/images.go
40-
NewestKubernetesVersion = "v1.28.2"
40+
NewestKubernetesVersion = "v1.28.3"
4141
// OldestKubernetesVersion is the oldest Kubernetes version to test against
4242
OldestKubernetesVersion = "v1.16.0"
4343
// NoKubernetesVersion is the version used when users does NOT want to install kubernetes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ minikube start [flags]
7373
--interactive Allow user prompts for more information (default true)
7474
--iso-url strings Locations to fetch the minikube ISO from. The list depends on the machine architecture.
7575
--keep-context This will keep the existing kubectl context and will create a minikube context.
76-
--kubernetes-version string The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.28.2, 'latest' for v1.28.2). Defaults to 'stable'.
76+
--kubernetes-version string The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.28.3, 'latest' for v1.28.3). Defaults to 'stable'.
7777
--kvm-gpu Enable experimental NVIDIA GPU support in minikube
7878
--kvm-hidden Hide the hypervisor signature from the guest in minikube (kvm2 driver only)
7979
--kvm-network string The KVM default network name. (kvm2 driver only) (default "default")

0 commit comments

Comments
 (0)