From 1f54866e8a1d07892d37494e5356fe05b7218407 Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Mon, 16 Nov 2015 18:14:11 +0200 Subject: [PATCH] Update get-kube.sh with libvirt provider Update get-kube.sh with libvirt provider (with CoreOS as a guest operating system) - https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/libvirt-coreos.md --- cluster/get-kube.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/get-kube.sh b/cluster/get-kube.sh index 0cc0ac9aae5..7f2b235abe4 100755 --- a/cluster/get-kube.sh +++ b/cluster/get-kube.sh @@ -28,6 +28,8 @@ # * export KUBERNETES_PROVIDER=gke; wget -q -O - https://get.k8s.io | bash # Amazon EC2 # * export KUBERNETES_PROVIDER=aws; wget -q -O - https://get.k8s.io | bash +# Libvirt (with CoreOS as a guest operating system) +# * export KUBERNETES_PROVIDER=libvirt-coreos; wget -q -O - https://get.k8s.io | bash # Vagrant (local virtual machines) # * export KUBERNETES_PROVIDER=vagrant; wget -q -O - https://get.k8s.io | bash # VMWare VSphere