mirror of https://github.com/k3s-io/k3s
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.pull/6/head
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