Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(NPC): check if new pod is actionable
Previously, kube-router would do a full sync on a new pod whether or not the pod was in an actionable state. This led to needless syncs as many pods were missing PodIP addresses or other items necessary to apply policy. If a pod is missing these items it is better to wait for the next message that comes via the UpdateFunc below so that we know that the pod has all of the necessary items to apply policy to it.
- Loading branch information