add docs how to update kops

This commit is contained in:
Daniel Beruben 2016-08-08 14:04:30 -04:00
parent 5e41536b7d
commit 28dbdcf78d
1 changed files with 8 additions and 0 deletions

8
docs/update_kops.md Normal file
View File

@ -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
```