Velero backup partially failed while backing up pv using kopia on AWS EKS #8841
Replies: 1 comment 2 replies
-
|
The node agent DaemonSet may not be able to run pod on every node in the cluster. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’ve installed Velero in my cluster and set up the Kopia node agent. The backup location is configured and accessible.
However, when I attempt to create a backup, I encounter an error stating:
"Backup completed with status: Partially Failed."
When I describe the backup, I see the following error message:
"Velero: name: /postgres-db-0 message: /Error backing up item error: /daemonset pod not found in running state in node."
I’ve verified that the daemonset is indeed running using the following command:
kubectl get daemonset -n veleroThe output shows:
Despite the daemonset running, I’m still facing the issue.
Has anyone encountered this before, or can you point me in the right direction to resolve it?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions