Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
daemon: Init endpoint queue during validation
This commit fixes the following errors: ``` evel=error msg="Unable to enqueue endpoint policy visibility event" containerID=9f680a5847 datapathPolicyRevision=0 desiredPolicyRevision=0 endpointID=3479 error="unable to Enqueue event" identity=8771 ipv4=10.116.2.10 ipv6= k8sPodName=cilium-monitoring/grafana-6d49bd9ff7-s8zsd subsys=endpoint ``` These errors occurred because during endpoint validation (when the endpoint is being restored), its event queue has not been initialized yet. Once the endpoint is eventually exposed endpoint manager (after restoration), it will begin processing the events off the queue. Signed-off-by: Chris Tarazi <chris@isovalent.com>
- Loading branch information