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

Look up Pods by name to fetch labels in Flow Aggregator #4942

Merged
merged 1 commit into from
May 16, 2023

Commits on May 16, 2023

  1. Look up Pods by name to fetch labels in Flow Aggregator

    Currently Flow Aggregator looks up Pods by IP address to fetch labels,
    it is very possible to obtain incorrect Pods when Pod turnover quickly.
    In this commit, we change to looking up Pods by Pod Name and Namespace
    to fetch labels in Flow Aggregator.
    
    Signed-off-by: Yongming Ding <dyongming@vmware.com>
    dreamtalen committed May 16, 2023
    Configuration menu
    Copy the full SHA
    a1949bf View commit details
    Browse the repository at this point in the history