diff --git a/docs/update_kops.md b/docs/update_kops.md new file mode 100644 index 0000000000..4ddb28e7d6 --- /dev/null +++ b/docs/update_kops.md @@ -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 +```