Velero backup failing in my onprem kubernetes cluster #3597
Replies: 3 comments 3 replies
-
We see this error: time="2021-03-17T14:53:48Z" level=error msg="Current backup storage locations available/unavailable/unknown: 0/1/0, Backup location "default" is unavailable: rpc error: code = Unknown desc = RequestError: send request failed\ncaused by: Get http://s3-api.us-geo.objectstorage.softlayer.net/ibm-iks-velro-bucket?delimiter=%2F&list-type=2&prefix=: dial tcp: i/o timeout)" controller=backupstoragelocation logSource="pkg/controller/backupstoragelocation_controller.go:152" Please check your connectivity to the object store. Are there firewall rules preventing you from reaching it? |
Beta Was this translation helpful? Give feedback.
-
@ashoks27 here are some steps to troubleshoot:
From the logs it is very clear that Velero is not able to connect to the backup storage location. |
Beta Was this translation helpful? Give feedback.
-
Was this issue resolved? I do have similar issue and the error is same. However, I can see the traffic under activity log for storage account. I am using Azure blob storage for backup location. |
Beta Was this translation helpful? Give feedback.
-
Hello Team ,
I have to installed Velero in my onprem Kubernetes cluster with IBM cloud as the storage, my Velero backups are getting failed with the below error.
I have attached the detailed log in the attachment. Please check and advise to move forward in it. Thanks.
Velero Pod logs :
time="2021-03-17T15:00:32Z" level=info msg="No backup locations were ready to be verified" controller=backupstoragelocation logSource="pkg/controller/backupstoragelocation_controller.go:120"
time="2021-03-17T15:00:32Z" level=error msg="Current backup storage locations available/unavailable/unknown: 0/1/0)" controller=backupstoragelocation logSource="pkg/controller/backupstoragelocation_controller.go:154"
time="2021-03-17T15:01:19Z" level=error msg="Error listing backups in backup store" backupLocation=default controller=backup-sync error="rpc error: code = Unknown desc = RequestError: send request failed\ncaused by: Get http://s3-api.us-geo.objectstorage.softlayer.net/ibm-iks-velro-bucket?delimiter=%2F&list-type=2&prefix=backups%2F: dial tcp: i/o timeout" error.file="/go/src/github.com/vmware-tanzu/velero-plugin-for-aws/velero-plugin-for-aws/object_store.go:331" error.function="main.(*ObjectStore).ListCommonPrefixes" logSource="pkg/controller/backup_sync_controller.go:175"
I0317 15:01:54.219893 1 request.go:621] Throttling request took 1.047265472s, request: GET:https://10.96.0.1:443/apis/autoscaling/v2beta1?timeout=32s
$
$ velero get backup
NAME STATUS ERRORS WARNINGS CREATED EXPIRES STORAGE LOCATION SELECTOR
backup5 Failed 0 0 2021-03-17 14:55:18 +0000 GMT 29d default
$
velero_error_17Mar.txt
Regards,
Ashok Kumar S
Beta Was this translation helpful? Give feedback.
All reactions