Skip to content
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

Errors when displaying logs and backup details #12

Open
abn-financial-com opened this issue Jul 27, 2022 · 0 comments
Open

Errors when displaying logs and backup details #12

abn-financial-com opened this issue Jul 27, 2022 · 0 comments

Comments

@abn-financial-com
Copy link

Hi,
I have installed velero (v1.9) and the local-volume-provider (0.3.3) in my k8s cluster. I am able to do backups and restores successfully. But I have some issues when I am checking logs or backup details. For example:
$ velero backup logs backup-41 An error occurred: Get "http://172.29.3.166:3000/nfs-snapshots/backups/backup-41/backup-41-logs.gz?expires=2022-07-27T15%3A22%3A58.124Z&signature=KCvo8QFpUqtp_QlIbQZB03_dbLA=": dial tcp 172.29.3.166:3000: connect: connection refused

$ velero backup describe backup-41 --details ... Resource List: <error getting backup resource list: Get "http://172.29.3.166:3000/nfs-snapshots/backups/backup-41/backup-41-resource-list.json.gz?expires=2022-07-27T15%3A24%3A39.114Z&signature=JyObtPAybGAXCH1_uJSf8XVMa48=": dial tcp 172.29.3.166:3000: connect: connection refused>

The URLs mentioned in the error message work from a pod within the k8s cluster but not from the velero client. The error is raised by the local-volume-provider sidecar.

Did someone already encounter the same issue ?
Let me know if you need more input.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant