mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Fix up source install instructions for VSphere
I skip using `go get` as it downloads all of the dependencies. But since we are vendoring using godep without rewriting imports, this means we download a bunch of stuff we don't use. Instead, just clone the repo directly. Fixes #1360.
This commit is contained in:
parent
4487f311ab
commit
a1071288ae
@ -23,8 +23,9 @@
|
|||||||
6. Get the Kubernetes source:
|
6. Get the Kubernetes source:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
go get github.com/GoogleCloudPlatform/kubernetes
|
mkdir -p $GOPATH/src/github.com/GoogleCloudPlatform
|
||||||
cd $GOPATH/src/github.com/GoogleCloudPlatform/kubernetes
|
git clone https://github.com/GoogleCloudPlatform/kubernetes.git
|
||||||
|
cd kubernetes
|
||||||
```
|
```
|
||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
|
Loading…
Reference in New Issue
Block a user