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

sysdump: collect 'clustermesh-apiserver' + improvements #513

Merged
merged 5 commits into from
Sep 2, 2021

Commits on Sep 2, 2021

  1. sysdump: collect 'clustermesh-apiserver'

    This commit adds support for collecting logs for 'clustermesh-apiserver'
    as well as the 'Deployment' resource itself.
    
    Signed-off-by: Bruno Miguel Custódio <brunomcustodio@gmail.com>
    bmcustodio committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    17de668 View commit details
    Browse the repository at this point in the history
  2. sysdump: assume single namespace

    It's fairly safe to assume that all Cilium-related resources live in the
    same namespace as the Cilium daemonset itself. This commit removes
    support for specifying different namespaces, and hence simplifies the
    code a bit.
    
    Signed-off-by: Bruno Miguel Custódio <brunomcustodio@gmail.com>
    bmcustodio committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    a319dc8 View commit details
    Browse the repository at this point in the history
  3. sysdump: improve log messages

    Be consistent about casing, and let the user know when and why something
    is expected.
    
    Signed-off-by: Bruno Miguel Custódio <brunomcustodio@gmail.com>
    bmcustodio committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    03824ac View commit details
    Browse the repository at this point in the history
  4. sysdump: avoid redefining constants

    Reuse constants defined in the 'defaults' package.
    
    Signed-off-by: Bruno Miguel Custódio <brunomcustodio@gmail.com>
    bmcustodio committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    eacf95c View commit details
    Browse the repository at this point in the history
  5. sysdump: use the correct hubble ui label selector

    Signed-off-by: Bruno Miguel Custódio <brunomcustodio@gmail.com>
    bmcustodio committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    d0d28f8 View commit details
    Browse the repository at this point in the history