Add comments

pull/10774/head
Ilya Zuyev 2021-03-23 19:53:57 -07:00
parent b01e6478b7
commit d0f066482b
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ func TestRunningBinaryUpgrade(t *testing.T) {
legacyVersion := "v1.6.2"
if KicDriver() {
if arm64Platform() {
// arm64 KIC driver is supported starting from v1.17.0
legacyVersion = "v1.17.0"
} else {
// v1.8.0 would be selected, but: https://github.com/kubernetes/minikube/issues/8740