Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/endpoint: calculate Kube API-Server lag from pod events #13702

Merged
merged 1 commit into from
Oct 23, 2020

Commits on Oct 23, 2020

  1. pkg/endpoint: calculate Kube API-Server lag from pod events

    Since Cilium receives CNI events when a pod is created, Cilium can
    calculate the lag for kube-apiserver events by checking the time an
    ADD event for that Pod was received and subtracting by the time the CNI
    event for that pod was received.
    
    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    b134bc9 View commit details
    Browse the repository at this point in the history