From e29a45003868e429ac750053286f9579fde461b3 Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Wed, 3 Jan 2018 22:07:32 -0800 Subject: [PATCH] Remove comments in get-kube.sh that imply support for environments that were removed long ago. --- cluster/get-kube.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cluster/get-kube.sh b/cluster/get-kube.sh index 39770b6d54..f0492d45ac 100755 --- a/cluster/get-kube.sh +++ b/cluster/get-kube.sh @@ -24,14 +24,8 @@ # Set KUBERNETES_PROVIDER to choose between different providers: # Google Compute Engine [default] # * export KUBERNETES_PROVIDER=gce; wget -q -O - https://get.k8s.io | bash -# Google Container Engine -# * 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 -# Microsoft Azure -# * export KUBERNETES_PROVIDER=azure-legacy; 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 Photon Controller