Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 235 Bytes

update_kops.md

File metadata and controls

13 lines (10 loc) · 235 Bytes

How to update Kops - Kubernetes Ops

Update the latest source code from kubernetes/kops

cd ${GOPATH}/src/k8s.io/kops/
git pull && make

Alternatively, if you installed from Homebrew

brew update && brew upgrade kops