CentaurusInfra / mizar

Mizar – Experimental, High Scale and High Performance Cloud Network https://mizar.readthedocs.io
https://mizar.readthedocs.io
GNU General Public License v2.0
111 stars 50 forks source link

Fix mizar service issue: kubernetes service not working #529

Closed Hong-Chang closed 3 years ago

Hong-Chang commented 3 years ago

What does this PR do? Currently in mizar environment, kubernetes service is not working. One behavior is that coredns pods are not ready. It's because kubernetes builtin endpoint object has no annotations hence not triggered event to add endpoint data into bpf map. This change is to add necessary annotation for the endpoint.

How was this tested? I did e2e test. Now kubernetes service is working and coredns pods are ready.

Are there any user facing / API changes? No.