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

FATA[0380] error provisioning kubernetes: error at 'downloading and installing': error downloading 'https://github.com/k3s-io/k3s/releases/download/v1.24.3+k3s1/k3s-airgap-images-arm64.tar.gz': error validating SHA sum for 'k3s-airgap-images-arm64.tar.gz': exit status 1 #1065

Open
1 of 5 tasks
tmpm697 opened this issue Jul 14, 2024 · 2 comments

Comments

@tmpm697
Copy link

tmpm697 commented Jul 14, 2024

Description

Tried below commands:

colima start --kubernetes --kubernetes-version="v1.24.3+k3s1"
colima start --kubernetes

--> always same error like title. how to fix?

brew install --head colima

Version

brew install --head colima

Operating System

  • macOS Intel <= 13 (Ventura)
  • macOS Intel >= 14 (Sonoma)
  • Apple Silicon <= 13 (Ventura)
  • Apple Silicon >= 14 (Sonoma)
  • Linux

Output of colima status

FATA[0000] colima is not running

Reproduction Steps

  1. colima delete
  2. colima start --kubernetes

Expected behaviour

work

Additional context

No response

@gknoblauch
Copy link

I am running into the same issue. Same OS, and version.

@gknoblauch
Copy link

gknoblauch commented Sep 20, 2024

Specifying a newer version of k3s fixed it for me. Seems default version configured is no longer available.

colima start --kubernetes --kubernetes-version="v1.31.0+k3s1"

Or alternatively update your colima.yaml

kubernetes:
    enabled: true
    version: v1.31.0

https://github.com/k3s-io/k3s/releases

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

2 participants