Merge pull request #2295 from oskarpearson/kubectl_https

Replace Kubectl instructions with reference to authoritative page
This commit is contained in:
Andrew Chen
2017-01-24 11:31:19 -08:00
committed by GitHub
+1 -13
View File
@@ -31,19 +31,7 @@ Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a
* Linux * Linux
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [KVM](http://www.linux-kvm.org/) installation, * [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [KVM](http://www.linux-kvm.org/) installation,
* VT-x/AMD-v virtualization must be enabled in BIOS * VT-x/AMD-v virtualization must be enabled in BIOS
* `kubectl` must be on your path. To install kubectl: * `kubectl` See the [kubectl installation instructions](/docs/getting-started-guides/kubectl/) for more details.
**Kubectl for Linux/amd64**
```
curl -Lo kubectl http://storage.googleapis.com/kubernetes-release/release/{{page.version}}/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
```
**Kubectl for OS X/amd64**
```
curl -Lo kubectl http://storage.googleapis.com/kubernetes-release/release/{{page.version}}/bin/darwin/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
```
### Instructions ### Instructions