Search Criteria
Package Details: minikube-bin 1.18.1-1
Git Clone URL: | https://aur.archlinux.org/minikube-bin.git (read-only, click to copy) |
---|---|
Package Base: | minikube-bin |
Description: | A tool that makes it easy to run Kubernetes locally |
Upstream URL: | https://github.com/kubernetes/minikube |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Muhkoenig |
Maintainer: | Muhkoenig (minikube-bot) |
Last Packager: | Muhkoenig |
Votes: | 61 |
Popularity: | 0.007547 |
First Submitted: | 2017-05-10 19:30 |
Last Updated: | 2021-03-05 07:26 |
Dependencies (5)
- crictl (cri-containerd-bin, crictl-bin) (optional) – to use --vm-driver=none
- docker-machine-driver-kvm2 (optional) – to use --vm-driver=kvm2
- docker-machine-kvm (optional) – to use --vm-driver=kvm
- kubectl (kubectl-beta-bin, kbenv-bin, kubectl-gke-stable-bin, kubectl-gke-rapid-bin, kubectl-gke-regular-bin, kubectl-bin) (optional) – to manage the cluster
- virtualbox (virtualbox-bin-5.0, virtualbox-beta-bin, virtualbox-bin-5, virtualbox-bin, virtualbox-headless, virtualbox-svn) (optional) – to use --vm-driver=virtualbox (default)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
braderhart commented on 2017-12-19 02:21
Hello, you may want to consider adding the new KVM driver as part of the release:
https://aur.archlinux.org/packages/docker-machine-driver-kvm2/
mrick commented on 2017-12-18 16:57
I've opened an issue upstream to add a docker-machine-kvm2 package https://github.com/kubernetes/minikube/issues/2336
esbdb commented on 2017-12-18 11:15
docker-machine-kvm support is deprecated by minikube in favour of the in tree driver which they are calling docker-machine-kvm2 and can be downloaded alongside the minikube releases at https://github.com/kubernetes/minikube/releases. I guess we have to add a docker-machine-kvm2 package to the aur first, then we can update minikube to point to that instead.
Muhkoenig commented on 2017-07-26 10:13
This Package uses correct naming. It installs a binary, hence the suffix "-bin".
If you have an issues related to minikube post it here https://github.com/kubernetes/minikube/issues.
Splashy commented on 2017-07-26 07:58
New version:
pkgver=0.21.0
sha256sums=('c5dc6e8d85f96d4bfba321bdca93b2a828a714162653a55a9b3a6d527f517e82')
#######
source: https://github.com/kubernetes/minikube/releases/tag/v0.21.0
https://github.com/kubernetes/minikube/releases/download/v0.21.0/minikube-linux-amd64.sha256
sant016 commented on 2017-07-21 20:53
What's the difference between this package and https://aur.archlinux.org/packages/minikube/ ?
When I start the machine and assign a valid IP, it shows me that the connection has been refused, and I've installed the kubectl-bin package, what can be the cause of this? I'm using Manjaro 17.02 i3 community edition.
esbdb commented on 2017-06-21 11:24
v0.19.0 has been out since 2017/05/03. What is the chance of this actually being updated soon?
Muhkoenig commented on 2017-06-07 05:20
I made it optional so you don't have to install it through AUR if you don't want to.
klauern commented on 2017-06-06 18:26
I don't think 'kubectl-bin' is optional, as minikube itself will error if 'kubectl' is not in your path. When running one of the commands, I get the following:
========================================
kubectl could not be found on your path. kubectl is a requirement for using minikube
To install kubectl, please run the following:
curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.6.4/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
To disable this message, run the following:
minikube config set WantKubectlDownloadMsg false
========================================
dubtheat commented on 2017-05-27 23:50
v0.19.0 is out. New sha256sum on https://github.com/kubernetes/minikube/releases