mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 19:35:10 +00:00
Creating a cluster from scratch takes about 7 minutes. But if you just rebuild the binaries and want to update those you don't want to have to rerun the entire thing. There is an ansible tag 'binary-update' which will do that. Now one can do ``` ANSIBLE_TAGS=binary-update vagrant provision ``` And it will push the new binaries.