-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
Add documentation https://github.com/openshift/oadp-operator/blob/master/docs/oadp_monitoring.md on how to enable workload monitoring for node-agent pods:
Add labels to nodeAgent.podConfig
configuration:
nodeAgent:
enable: true
uploaderType: "kopia"
podConfig:
labels:
app.kubernetes.io/component: server
app.kubernetes.io/instance: velero
app.kubernetes.io/managed-by: oadp-operator
app.kubernetes.io/name: velero
openshift.io/oadp: 'True'
The labels must match the labels in Service that provides network endpoint for nodeAgent pods.
OADP service openshift-adp-velero-metrics-svc:
selector:
app.kubernetes.io/component: server
app.kubernetes.io/instance: velero
app.kubernetes.io/managed-by: oadp-operator
app.kubernetes.io/name: velero
openshift.io/oadp: 'True'
Metadata
Metadata
Assignees
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.