-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Make minikube (and kvm2) installable with "apt" #3110
Comments
There is only a .deb file, and it is not complete since you also need "kvm2" driver (#2982) https://github.com/kubernetes/minikube/releases/download/v0.28.2/minikube_0.28-2.deb |
I think @felixfbecker wants the minikube package in "apt.kubernetes.io" repository. It'd make it really easy instead of manually maintaining minikube and kvm2 driver. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Not sure if I have permissions to do this, but ... I would still very much appreciate being able to do this. Esp. having |
Minikube should only be downloading to the cache or to the VM, not to |
minikube suggests the following command on first setup. |
Nonetheless, it does download to
This happens in the code here: https://github.com/kubernetes/minikube/blob/master/pkg/minikube/bootstrapper/kubeadm/kubeadm.go#L414 -- observe that the Edit: clarification: this is happening with |
Let's call it a work in progress (#3718), right now it ( But it is only recommended to use vm-driver none on a dedicated VM of your choice, not the laptop |
I believe the only thing left here is to add our package to apt.kubernetes.io Does anyone happen to know how one does so? UPDATE: Opened kubernetes/release#839 |
Still blocked on kubernetes/release#839 - this will require package signing, which they don't yet support for sub-projects. :( |
No updates since Dec 12, 2019 - so I guess we now have signing issues on all four OS platforms...
Maybe we should just try to get minikube added to Ubuntu/Debian and CentOS/Fedora instead ? |
We will need to do either of: 1) run dpkg forever (close this ticket) 2) host apt repository ourselves (sig release won't help us) |
@afbjorklund Since it seems the actual packaging in the main k8s repos is never going to happen, self hosting is the way to go. |
We are more likely to stay at the first option and stick with GCS, at least until the installation gets more complicated... Eventually we will need to host and cache package dependencies, especially for volatile upstreams like OBS: #9552 Or: |
Manually downloading binaries is so... Windows like. It's a real shame, and 0install is not really an option in company settings, while getting apt repo's approved is much easier, especially offical ones. |
I left the "apt" and "yum" targets in the Makefile in case someone else wants to pick it up, but it's not a technical issue any more... |
See kubernetes/release#281 for apt.kubernetes.io future |
I couldn't find any instructions on how to install minikube with apt-get, is a package available? There is one for
kubectl
The text was updated successfully, but these errors were encountered: