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

[Follow-up PR] Add flag to list all avialable configurations. #17099

Closed
wants to merge 4 commits into from

Commits on Aug 9, 2021

  1. api,cli: expose active cilium config through CLI

    Note: All the daemon configurations have to be public for reflections to work
    
    Signed-off-by: Gaurav Genani <h3llix.pvt@gmail.com>
    h3llix committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    98c6df4 View commit details
    Browse the repository at this point in the history
  2. cli: add subcommand cilium config get

    cilium config get <config_name> gives configuration value from the cli.
    conifg_name should be in kebab case.
    
    Signed-off-by: Gaurav Genani <h3llix.pvt@gmail.com>
    h3llix committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    08dfc72 View commit details
    Browse the repository at this point in the history
  3. cli: seperate read-only and read-write configuraitons

    Add -r flag to show read-only configurations while default cilium config
    show read-write configurations
    
    Signed-off-by: Gaurav Genani <h3llix.pvt@gmail.com>
    h3llix authored and Cilium Maintainers committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    026a3b8 View commit details
    Browse the repository at this point in the history
  4. cli: add -a flag to list all cilium configurations

    Signed-off-by: Gaurav Genani <h3llix.pvt@gmail.com>
    h3llix committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    48ffe8e View commit details
    Browse the repository at this point in the history