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

Installer command for debian package is broken #20194

Closed
kingram6865 opened this issue Jan 2, 2025 · 4 comments · Fixed by #20261
Closed

Installer command for debian package is broken #20194

kingram6865 opened this issue Jan 2, 2025 · 4 comments · Fixed by #20261
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. os/linux packaging/apt Debian (apt) packaging issues

Comments

@kingram6865
Copy link

What Happened?

curl -LO https://github.com/kubernetes/minikube/releases/latest/download/minikube_latest_amd64.deb
sudo dpkg -i minikube_latest_amd64.deb

Returns 404

Attach the log file

NA

Operating System

Ubuntu

Driver

Docker

@kingram6865 kingram6865 changed the title Installer fore debian is broken Installer command for debian package is broken Jan 2, 2025
@JoshDev
Copy link

JoshDev commented Jan 2, 2025

I am also hitting this issue. It also looks like the binary installer might have a related problem:

~$ curl -LO https://github.com/kubernetes/minikube/releases/latest/download/minikube-linux-amd64/
curl: Remote filename has no length
curl: (23) Failed writing received data to disk/application

@afbjorklund afbjorklund added os/linux packaging/apt Debian (apt) packaging issues kind/bug Categorizes issue or PR as related to a bug. labels Jan 7, 2025
@kundan2707
Copy link
Contributor

It is working perfect to me .

 sudo dpkg -i minikube_1.35.0-0_amd64.deb
[sudo] password for *******:
(Reading database ... 219641 files and directories currently installed.)
Preparing to unpack minikube_1.35.0-0_amd64.deb ...
Unpacking minikube (1.35.0-0) over (1.34.0-0) ...
Setting up minikube (1.35.0-0) ...

@kundan2707
Copy link
Contributor

/remove-kind bug

@k8s-ci-robot k8s-ci-robot added needs-kind Indicates a PR lacks a `kind/foo` label and requires one. and removed kind/bug Categorizes issue or PR as related to a bug. labels Jan 16, 2025
@afbjorklund
Copy link
Collaborator

afbjorklund commented Jan 16, 2025

The link was indeed broken, but it has been fixed since.

/kind bug

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Jan 16, 2025
@afbjorklund afbjorklund linked a pull request Jan 16, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. os/linux packaging/apt Debian (apt) packaging issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants