mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +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:
|
||||
|
||||
```sh
|
||||
go get github.com/GoogleCloudPlatform/kubernetes
|
||||
cd $GOPATH/src/github.com/GoogleCloudPlatform/kubernetes
|
||||
mkdir -p $GOPATH/src/github.com/GoogleCloudPlatform
|
||||
git clone https://github.com/GoogleCloudPlatform/kubernetes.git
|
||||
cd kubernetes
|
||||
```
|
||||
|
||||
### Setup
|
||||
|
Loading…
Reference in New Issue
Block a user