reanahub / reana-cluster

REANA cluster management
http://reana-cluster.readthedocs.io/
5 stars 23 forks source link

docs: Minikube/1.0 Kubectl/1.14 #182

Closed tiborsimko closed 5 years ago

tiborsimko commented 5 years ago

I think only reana/Makefile needs to be amended, based on a quick grep.

diegodelemos commented 5 years ago

@tiborsimko all addressed but listing of latest AUR versions.

However, in reana-cluster, for Arch Linux example, we should point to minikube-bin AUR and kubernetes-helm-bin AUR, as well as list all the latest versions in the example.

tiborsimko commented 5 years ago

Here are the versions:

$ pacman -Q | grep -iE '(docker|virtualbox|kube|qemu|libvirt)'
docker 1:18.09.5-1
docker-compose 1.24.0-1
docker-machine 0.16.1-2
docker-machine-driver-kvm2 1.0.0-1
kubectl-bin 1.14.0-1
kubernetes-helm-bin 2.13.1-1
libvirt 5.2.0-1
minikube-bin 1.0.0-1
python-docker 3.7.2-1
python-docker-pycreds 0.4.0-1
python-dockerpty 0.4.1-4
qemu 3.1.0-2
virtualbox 6.0.6-1
virtualbox-guest-iso 6.0.6-1
virtualbox-host-modules-arch 6.0.6-1

I can double check Arch stuff and make a proper PR this evening.

tiborsimko commented 5 years ago

(...also, kubectl and minikube are now official Arch packages, so AUR is not needed for them...)