Define include and exclude lists of Labels and Annotations

  • Freigeben Version: Australia
  • Aktualisiert 12. März 2026
  • 1 Minute Lesedauer
  • In Kubernetes Visibility Agent, define include and exclude lists of Labels and Annotations in Kubernetes resources that the Informer pulls into the Configuration Management Database (CMDB).

    Vorbereitungen

    Role required: none

    Prozedur

    Create an include or exclude list by performing the appropriate procedure.
    TaskProcedure
    Create an include list
    • When using a Helm chart, in the Helm install command, add a comma-separated include list of Labels and Annotations.

      For example: --set IncludeLabelsAndAnnotations="label1,label2"

    • When using the k8s_informer.yaml file, add values under the environment variable INCLUDE_LABELS_AND_ANNOTATIONS.
    Create an exclude list
    • When using a Helm chart, in the Helm install command, add a comma-separated include list of Labels and Annotations.

      For example: --set ExcludeLabelsAndAnnotations="label1,label2"

    • When using the k8s_informer.yaml file, add values under the environment variable EXCLUDE_LABELS_AND_ANNOTATIONS.