Description
What Happened?
i got below error when try to run minikube by this command
minikube start --driver=docker --base-image=ghcr.io/kubernetes/minikube/kicbase:v0.0.17 --kubernetes-version=v1.23.3
Attach the log file
X Exiting due to K8S_INSTALL_FAILED: Failed to update cluster: update primary control-plane node: downloading binaries: downloading kubectl: download failed: https://dl.k8s.io/release/v1.23.3/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.23.3/bin/linux/amd64/kubectl.sha256: getter: &{Ctx:context.Background Src:https://dl.k8s.io/release/v1.23.3/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.23.3/bin/linux/amd64/kubectl.sha256 Dst:/home/test/.minikube/cache/linux/amd64/v1.23.3/kubectl.download Pwd: Mode:2 Umask:---------- Detectors:[0x59db520 0x59db520 0x59db520 0x59db520 0x59db520 0x59db520 0x59db520] Decompressors:map[bz2:0xc00012d168 gz:0xc00012d1f0 tar:0xc00012d1a0 tar.bz2:0xc00012d1b0 tar.gz:0xc00012d1c0 tar.xz:0xc00012d1d0 tar.zst:0xc00012d1e0 tbz2:0xc00012d1b0 tgz:0xc00012d1c0 txz:0xc00012d1d0 tzst:0xc00012d1e0 xz:0xc00012d1f8 zip:0xc00012d200 zst:0xc00012d210] Getters:map[file:0xc001b70320 http:0xc0004e31d0 https:0xc0004e3220] Dir:false ProgressListener:0x59a54e0 Insecure:false DisableSymlinks:false Options:[0x17e6480]}: invalid checksum: Error downloading checksum file: bad response code: 403
Operating System
Ubuntu
Driver
Docker