I would like to upgrade my weave network from version 2.5.0 to 2.5.2. I understand that it's "as simple" as updating the weave daemonset.... however, i was wondering if there is a way that this can be done with minimal disruption to running pods on the system.
An simple example in my mind would be to:
- cordon node1
- drain node1 of all pods
- update weave on node1
- uncordon node1
... then rinse and repeat for each k8s node until all done.