Scott Seago

Results 118 comments of Scott Seago

I'm going to update this to use the google.protobuf.Empty predefined type rather than defining my own empty message type.

@Lyndon-Li I commented on the issue you linked -- it's not clear to me what you'd like added to the interface, but if we can identify the changes required, I...

Working through a draft implementation of this, I realized that I'm missing a couple fields in the `OperationProgress` struct as specified in the item action progress monitoring design. I'll update...

https://github.com/vmware-tanzu/velero-plugin-example/pull/66 is a plugin image with a v1 and v2 BIA plugin for testing.

I'm not sure what's going on, but I notice in that error message that something is trying to access the bucket using a us-west-1 URL rather than us-east-2. It could...

I'm not sure what's going on here. Restic *shouldn't* be using the region the cluster is running in -- it should be using the BSL region. If restic is using...

One other thing to try. Looking at restic github issues, at least one user who had this error resolved it by updating the IAM policy to add "s3:GetBucketLocation". Since the...

@draghuram Sounds like you're agreeing that we should make it configurable but that we ought to use a different (new) timeout parameter rather than reuse an existing one -- is...

I'm not sure it's realistic to expect that hard-coded timeouts will never fail us, either. Having a few more (optionally) configurable timeouts might allow users to succeed in backing things...

The problem is that we're not using the same "default timeout" for everything right now. We were using 1 minute for some things, 10 minutes for others, etc. I think...