velero backup get shows a status of PartiallyFailed: NAME STATUS ERRORS WARNINGS CREATED EXPIRES STORAGE LOCATION <backup_name> PartiallyFailed # # <date/time> <no._of_days> <backup_location> velero backup describe <backup_name>name: /<pod_name> message: /Error backing up item error: /daemonset pod not found in running state in node <control_plane_node_name>vSphere Kubernetes Service
By default, the Velero node-agent daemonset is only installed on Kubernetes worker nodes. If a pod is scheduled on a control plane node, the lack of a local node-agent prevents Velero from executing the backup for that pod.
Choose one of the following resolutions based on your operational requirements:
velero backup create <backup-name> --exclude-namespaces <namespace-name>
backup-status:exclude to the pod or namespace.Cluster > Data Protection > Create backup and use the label selector to exclude this criteria.