Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.31.2 linux amd 64 installs v1.31.0 #17189

Closed
seperman opened this issue Sep 5, 2023 Β· 3 comments
Closed

v1.31.2 linux amd 64 installs v1.31.0 #17189

seperman opened this issue Sep 5, 2023 Β· 3 comments

Comments

@seperman
Copy link

seperman commented Sep 5, 2023 β€’

What Happened?

It grabs minikube-v1.31.0-amd64.iso

minikube start --vm-driver 'kvm2' --memory 8192 --cpus 4 --disk-size 50Gb
πŸ˜„  minikube v1.31.2 on Ubuntu 22.04
✨  Using the kvm2 driver based on user configuration
πŸ’Ύ  Downloading driver docker-machine-driver-kvm2:
    > docker-machine-driver-kvm2-...:  65 B / 65 B [---------] 100.00% ? p/s 0s
    > docker-machine-driver-kvm2-...:  12.61 MiB / 12.61 MiB  100.00% 15.14 MiB
πŸ’Ώ  Downloading VM boot image ...
E0905 10:04:42.553504   26547 iso.go:90] Unable to download https://storage.googleapis.com/minikube-builds/iso/16971/minikube-v1.31.0-amd64.iso: getter: &{Ctx:context.Background Src:https://storage.googleapis.com/minikube-builds/iso/16971/minikube-v1.31.0-amd64.iso?checksum=file:https://storage.googleapis.com/minikube-builds/iso/16971/minikube-v1.31.0-amd64.iso.sha256 Dst:/home/meeeeeee/.minikube/cache/iso/amd64/minikube-v1.31.0-amd64.iso.download Pwd: Mode:2 Umask:---------- Detectors:[0x3f9c8a8 0x3f9c8a8 0x3f9c8a8 0x3f9c8a8 0x3f9c8a8 0x3f9c8a8 0x3f9c8a8] Decompressors:map[bz2:0xc0004d1d90 gz:0xc0004d1d98 tar:0xc0004d1d40 tar.bz2:0xc0004d1d50 tar.gz:0xc0004d1d60 tar.xz:0xc0004d1d70 tar.zst:0xc0004d1d80 tbz2:0xc0004d1d50 tgz:0xc0004d1d60 txz:0xc0004d1d70 tzst:0xc0004d1d80 xz:0xc0004d1da0 zip:0xc0004d1db0 zst:0xc0004d1da8] Getters:map[file:0xc00053bd90 http:0xc00144a910 https:0xc00144a960] Dir:false ProgressListener:0x3f579a0 Insecure:false DisableSymlinks:false Options:[0x12d0880]}: invalid checksum: Error downloading checksum file: bad response code: 404
πŸ’Ώ  Downloading VM boot image ...
    > minikube-v1.31.0-amd64.iso....:  65 B / 65 B [---------] 100.00% ? p/s 0s
    > minikube-v1.31.0-amd64.iso:  289.20 MiB / 289.20 MiB  100.00% 15.84 MiB p

Attach the log file

log.txt

Operating System

Ubuntu

Driver

KVM2

@poetforced
Copy link

This is strange. as url is mixed of commits

commit iso-url
bb20d30 https://storage.googleapis.com/minikube-builds/iso/16971/minikube-v1.31.0-1690838458-16971-amd64.iso
25c2d37 https://storage.googleapis.com/minikube/iso/minikube-v1.31.0-amd64.iso

Try following command :

minikube start --vm-driver 'kvm2' --memory 8192 --cpus 4 --disk-size 50Gb --iso-url='https://storage.googleapis.com/minikube/iso/minikube-v1.31.0-amd64.iso'

some information needed

  • can you please mention where you obtained the minikube binary from ?
  • exact steps to reproduce this ?

@afbjorklund
Copy link
Collaborator

This is normal, the ISO is not automatically rebuilt for every minor release

@seperman
Copy link
Author

Ok thanks for explaining.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants