Skip to content

Commit

Permalink
Merge pull request kubernetes#18264 from spowelljr/updateOldK8sVersion
Browse files Browse the repository at this point in the history
testing: Update oldest supported K8s version to v1.20
  • Loading branch information
medyagh committed Mar 4, 2024
2 parents a9ef7c3 + 88f3277 commit 2409f49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 83 deletions.
2 changes: 1 addition & 1 deletion pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
// NOTE: You may need to update coreDNS & etcd versions in pkg/minikube/bootstrapper/images/images.go
NewestKubernetesVersion = "v1.29.0-rc.2"
// OldestKubernetesVersion is the oldest Kubernetes version to test against
OldestKubernetesVersion = "v1.16.0"
OldestKubernetesVersion = "v1.20.0"
// NoKubernetesVersion is the version used when users does NOT want to install kubernetes
NoKubernetesVersion = "v0.0.0"

Expand Down
82 changes: 0 additions & 82 deletions test/integration/ingress_addon_legacy_test.go

This file was deleted.

0 comments on commit 2409f49

Please sign in to comment.