From de12cf9723e34c5e24e748f1674a1f545955fcbf Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Wed, 3 Jan 2018 23:59:18 -0800 Subject: [PATCH] Remove documentation for unsupported values of YOUR_PROVIDER. The code for these providers has already been removed, but the documentation has not been kept up to date. This page should undergo a more thorough re-write, but this serves as a useful stopgap. --- docs/getting-started-guides/binary_release.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/getting-started-guides/binary_release.md b/docs/getting-started-guides/binary_release.md index 8fa4e66f83..404ec368b9 100644 --- a/docs/getting-started-guides/binary_release.md +++ b/docs/getting-started-guides/binary_release.md @@ -50,11 +50,7 @@ export KUBERNETES_PROVIDER=YOUR_PROVIDER; curl -sS https://get.k8s.io | bash Possible values for `YOUR_PROVIDER` include: * `gce` - Google Compute Engine [default] -* `gke` - Google Kubernetes Engine -* `aws` - Amazon EC2 -* `azure` - Microsoft Azure * `vagrant` - Vagrant (on local virtual machines) * `vsphere` - VMWare VSphere -* `rackspace` - Rackspace For the complete, up-to-date list of providers supported by this script, see the [`/cluster`](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/cluster) folder in the main Kubernetes repo, where each folder represents a possible value for `YOUR_PROVIDER`. If you don't see your desired provider, try looking at our [getting started guides](/docs/setup/); there's a good chance we have docs for them.