Velero fails to backup PVC for StatefulSet with error message about DaemonSet #7977
Closed
jheiselman
started this conversation in
General discussions
Replies: 2 comments 1 reply
-
This error means the Velero node-agent pod is not running on the worker where the file-system backup is happening. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
This has been a while, but I came here while trying to solve this problem, so maybe this is helpful for others: |
Beta Was this translation helpful? Give feedback.
0 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.
-
Kubernetes Distribution: VMware Tanzu
Kubernetes Version: 1.24
velero version:
client: v1.13.0
server: v1.13.0
Description:
We are running the same version of Kubernetes and velero in all of our environments. In one cluster, I am able to backup PVCs that are bound to a StatefulSet just fine without any errors. In another cluster, velero fails to backup the PVCs and emits an error message indicating that the pod is not in a running state, but it seems to misidentify the pod as being controlled by a DaemonSet when it is actually a StatefulSet.
All PVCs are using the same vmware storage type. The StatefulSets themselves are different with the successful one being Postgresql and the failed one being MariaDB, though, I'm not sure why that would matter.
velero debug bundle:
bundle-2024-07-03-15-46-14.tar.gz
Since this is working in one cluster and not working in another, I don't think it's a bug, but I cannot figure out what is going wrong.
Beta Was this translation helpful? Give feedback.
All reactions