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

fix(agent): add kspm-analyzer specific settings to agent pod when enabled #1889

Merged
merged 3 commits into from
Aug 14, 2024

Commits on Aug 8, 2024

  1. fix(agent): set apply kspm-analyzer settings when run in host shield

    for the kspm-analyzer to run as expected as a part of host shield, the
    agent/host-shield container needs to expose the kspm-analyzer's agent
    port, which is 12000 by default. additionally, the kspm-analyzer also
    needs to have its agent_app_name set to match the selector used on the
    agent pod.
    aroberts87 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    da8f65f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    acc686b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    37293da View commit details
    Browse the repository at this point in the history