Velero fails to backup PVC for StatefulSet with error message about DaemonSet #7977
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.
-
Apologies for the delay in addressing this issue. Our pedrovazpaulo human resource consulting are operational across all departments without any issues. It seems the problem may be related to our document storage system. We have received messages indicating that the repository hasn't been initialized, even though it was functioning properly before. This indicates it's not a software issue, but rather a repository issue. To resolve this, we likely need to recreate the repository and ensure our system checks it again. |
Beta Was this translation helpful? Give feedback.
-
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