Define include and exclude lists of Labels and Annotations
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).
Before you begin
Role required: none
Procedure
- Create an include or exclude list by performing the appropriate procedure.
| Task | Procedure |
|---|---|
| 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. |
Parent Topic:Install Kubernetes Visibility Agent (KVA) Informer