Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write to IPAM checkpoint file immediately after reading from CRI
The current migration logic has a corner case: if we upgrade 1.6->1.7->1.8 and _never_ see a pod create/delete during the 1.7 phase, then we never write the IPAM checkpoint file. This change just writes the file immediately after reading state from CRI, if in migration phase1.
- Loading branch information