-
Notifications
You must be signed in to change notification settings - Fork 1.4k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup PartiallyFailed #3087
Comments
@jravetch The error is coming from the API server when Velero is trying to list all the |
Yes this cluster is functioning normally. It is a large cluster with over 100 nodes. Velero and previously ark was running in this cluster without issue. Velero was also upgraded from version 1.0 to 1.5. |
@jravetch What is the version of Kubernetes that you are running? Also, I found this issue googleapis/google-cloud-go#784 reporting a similar error and it is coming from the API server in GKE cluster. Is this happening consistently? |
We are running |
I am also able list all secrets via kubectl
|
After cleaning up 3k+ unused secrets in the affected cluster, velero was able to list and backup the secrets without issue. @ashish-amarnath are you aware of any limitation when backing up large number of secrets? |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
What steps did you take and what happened:
[A clear and concise description of what the bug is, and what commands you ran.)
Backup PartiallyFailed, failing to backup secrets.
What did you expect to happen:
Full backup
The output of the following commands will help us better understand what's going on:
(Pasting long output into a GitHub gist or other pastebin is fine.)
velero backup logs velero-schedule-config-20201117120023 | grep -v 'level=info'
time="2020-11-17T12:01:42Z" level=error msg="Error listing items" backup=velero/velero-schedule-config-20201117120023 error="stream error when reading response body, may be caused by closed connection. Please retry. Original error: stream error: stream ID 44029; INTERNAL_ERROR" error.file="/go/src/github.com/vmware-tanzu/velero/pkg/backup/item_collector.go:294" error.function="github.com/vmware-tanzu/velero/pkg/backup.(*itemCollector).getResourceItems" group=v1 logSource="pkg/backup/item_collector.go:294" namespace= resource=secrets
Environment:
velero version
): 1.5.1velero client config get features
): gcp plugin 1.1.0kubectl version
): 1.16.13/etc/os-release
): COSVote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
The text was updated successfully, but these errors were encountered: