Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid NodeNetworkUnavailable condition check for every node status up…
…date - We know that kubelet sets NodeNetworkUnavailable condition when the node is created/registered with api server. - So we only need to call clearInitialNodeNetworkUnavailableCondition() for the first time and not during subsequent node status update events.
- Loading branch information