Files
kubernetes/pkg
Kubernetes Submit Queue 240a086cec Merge pull request #68131 from wojtek-t/fix_ipam_retrying
Automatic merge from submit-queue (batch tested with PRs 67756, 64149, 68076, 68131, 68120). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md.

Fix ipam controller to not drop nodes forever in case of failures

https://github.com/kubernetes/kubernetes/pull/68084 introduced a problem that when 10 attempts to assign a cidr would fail, we stop retrying but the node is still marked as "in-processing" so it would never be reconciled again.

This PR is fixing this problem.
2018-08-31 09:06:39 -07:00
..
2018-08-23 13:14:49 -07:00
2018-07-06 10:55:17 -04:00
2018-08-29 20:21:17 +03:00
2018-08-30 00:27:18 +08:00
2018-08-29 20:21:17 +03:00
2018-08-29 10:30:16 +08:00
2018-06-22 16:22:57 -07:00
2018-02-12 10:54:33 -05:00
2018-06-22 16:22:57 -07:00
2018-06-22 16:22:57 -07:00
2018-08-27 05:59:50 +00:00
2018-06-22 16:22:57 -07:00
2018-08-17 11:14:42 +08:00