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

cli: add "cilium bpf config list" #26105

Merged
merged 3 commits into from
Jun 15, 2023

Commits on Jun 14, 2023

  1. cli: add "cilium bpf config list"

    This commit introduces the possibility to list the content of the BPF
    map "cilium_runtime_config" via the cilium cli command `cilium bpf
    config list`.
    
    Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
    mhofstetter committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    8e05ca3 View commit details
    Browse the repository at this point in the history
  2. bugtool: dump runtime config map information

    This commit introduces that runtime config map related information
    are dumped when executing the bugtool / sysdump.
    
    Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
    mhofstetter committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    770c1ac View commit details
    Browse the repository at this point in the history
  3. config map: remove constant UsedEntries

    This commit removes the unused constant UsedEntries in the runtime
    config map. Therefore, AgentLiveness gets moved to position 1.
    
    Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
    mhofstetter committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1207580 View commit details
    Browse the repository at this point in the history