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

internal/store: fix metrics slice length for init containers #1734

Merged
merged 1 commit into from
May 30, 2022

Commits on May 30, 2022

  1. internal/store: fix metrics slice length for init containers

    In kubernetes#1731,
    the dynamic slice was introduced to fix potential panic under
    Spec.Containers scenario, however there may be same panic for
    Spec.InitContainers scenario.
    
    This patch fix it referring to kubernetes#1731
    
    Signed-off-by: honpey <honpey@gmail.com>
    honpey committed May 30, 2022
    Configuration menu
    Copy the full SHA
    9f3e368 View commit details
    Browse the repository at this point in the history