mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Merge pull request #1361 from jbeda/vsphere-docs
Fix up source install instructions for VSphere
This commit is contained in:
commit
cb158e0d72
@ -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