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

[KNI][release-4.14] nrt: cache: add support for dedicated informer #223

Merged
merged 2 commits into from
Jul 24, 2024

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    81f3bbd View commit details
    Browse the repository at this point in the history
  2. [KNI][CARRY] nrt: cache: add support for dedicated informer

    Add an option to create and use a separate informer
    to get unfiltered pod listing from the apiserver.
    
    Due to mismatched view with respect to the kubelet,
    the plugin needs access to pod in terminal phase
    which are not deleted to make sure the reconciliation
    is done correctly.
    
    xref: kubernetes-sigs#598
    xref: kubernetes/kubernetes#119423
    
    Signed-off-by: Francesco Romani <[email protected]>
    (cherry picked from commit e466bc4)
    ffromani committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ba793a9 View commit details
    Browse the repository at this point in the history