Shaun Davis
Shaun Davis
There's two things here. Retries per endpoint and how many times we would want to cycle through all endpoints before exploding, right?
I could see some people wanting to prioritize certain nodes over others, especially with gRPC proxies which do some caching. Some people may also want to prioritize the leader due...
> Or would it cycle through the endpoints, up to the retry limit. So 5 calls. In a 3 node cluster, this would result in 2 of the 3 endpoints...
It seems a little silly that workspace definitions happen on the PipelineRun/TaskRun resource given how they are used. Basically, you'd have to specify one-to-many workspaces, per run, and hope that...
I actually opened up a related issue shortly after I opened up this one. Thank you!
Here's a link to the related issue: https://github.com/tektoncd/pipeline/issues/2372
Any updates on this?
`make tests` in Agola are failing with: ``` panic: codecgen version mismatch: current: 8, need 10. Re-generate file: /go/pkg/mod/github.com/coreos/[email protected]+incompatible/client/keys.generated.go goroutine 1 [running]: ``` Not quite sure what to do about...
@sgotti My mistake, the dependencies here are a little confusing... For context, I have a fork where i'm introducing the ability to specify Store specific credentials for Etcd. I was...
cc:// @rnaveiras @sgotti