Define include and exclude lists of Labels and Annotations

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • 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).

    始める前に

    Role required: none

    手順

    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.