mirror of https://github.com/kubernetes/kops.git
add docs how to update kops
This commit is contained in:
parent
5e41536b7d
commit
28dbdcf78d
|
@ -0,0 +1,8 @@
|
|||
##How to update Kops - Kubernetes Ops
|
||||
|
||||
Update the latest source code from kubernetes/kops
|
||||
|
||||
```
|
||||
cd ${GOPATH}/src/k8s.io/kops/
|
||||
git pull && make
|
||||
```
|
Loading…
Reference in New Issue