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.
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.