Skip to content

Commit

Permalink
Merge pull request #17220 from prezha/fix-TestMissingContainerUpgrade
Browse files Browse the repository at this point in the history
set minimum minikube legacy version to v1.26.0 for containerd cri
  • Loading branch information
medyagh authored Sep 10, 2023
2 parents 14c9e44 + 82046a4 commit a46ec98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/version_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ func legacyVersion() string {
// the version containerd in ISO was upgraded to 1.4.2
// we need it to use runc.v2 plugin
// note: Test*BinaryUpgrade require minikube v1.22+ to satisfy newer containerd config structure
// note: TestMissingContainerUpgrade requires minikube v1.26.0+ where we copy over initial containerd config in kicbase via deploy/kicbase/Dockerfile
if ContainerRuntime() == "containerd" {
version = "v1.22.0"
version = "v1.26.0"
}
return version
}
Expand Down

0 comments on commit a46ec98

Please sign in to comment.