-
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 "yum" #4716
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
os/linux
packaging/rpm
Red Hat/Fedora (rpm) packaging issues
packaging
Packaging issues
priority/backlog
Higher priority than priority/awaiting-more-evidence.
sig/release
Categorizes an issue or PR as relevant to SIG Release.
Comments
Upstream request: kubernetes/release#839 |
still waiting on #4716 (comment) |
we still like to do this, but it seems like we are blocked by some issues, if anyone can help to make this happen we need hep ! |
We will need to do either of: 1) run rpm forever (close this ticket) 2) host yum repository ourselves (sig release won't help us) |
See kubernetes/release#281 yum.kubernetes.io future |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
os/linux
packaging/rpm
Red Hat/Fedora (rpm) packaging issues
packaging
Packaging issues
priority/backlog
Higher priority than priority/awaiting-more-evidence.
sig/release
Categorizes an issue or PR as relevant to SIG Release.
When we do the apt indexing of the .deb packages*,
we might as well do the yum indexing of the .rpm.
This should include both minikube and the kvm2 driver...
That is, the new docker-machine-driver-kvm2 package*.
Basically, provide something similar to what kubectl has:
https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-using-native-package-management
https://packages.cloud.google.com/apt/ (xenial)
https://packages.cloud.google.com/yum/ (el7)
This includes signing the packages with a GPG key.
Not sure if we can use the Google Cloud Packages ?
https://packages.cloud.google.com/apt/doc/apt-key.gpg
https://packages.cloud.google.com/yum/doc/yum-key.gpg
The text was updated successfully, but these errors were encountered: