mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Update kubernetes dev setup instructions
This commit is contained in:
parent
df3d143d15
commit
d965b143e6
@ -42,8 +42,10 @@ If you want to build Kubernetes right away there are two options:
|
|||||||
##### You have a working [Go environment].
|
##### You have a working [Go environment].
|
||||||
|
|
||||||
```
|
```
|
||||||
go get -d k8s.io/kubernetes
|
mkdir -p $GOPATH/src/k8s.io
|
||||||
cd $GOPATH/src/k8s.io/kubernetes
|
cd $GOPATH/src/k8s.io
|
||||||
|
git clone https://github.com/kubernetes/kubernetes
|
||||||
|
cd kubernetes
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user