Dave Protasowski
Dave Protasowski
/lifecycle frozen
This consistently fails here: https://github.com/knative/pkg/runs/6265134542?check_suite_focus=true All that check is doing is testing the latest `knative.dev/pkg` with the latest chains version ``` --- FAIL: TestInitializeBackends (0.01s) logger.go:130: 2022-05-02T22:24:40.280Z DEBUG storage/storage_test.go:81 Backend:...
weird - email reply didn't go through > I guess it might be because your github actions don't set any google application default credentials That makes sense - but why...
These are unit tests - so I’m surprised by that expectation On Mon, May 2, 2022 at 21:07 Chuang Wang ***@***.***> wrote: > This consistently fails here: > https://github.com/knative/pkg/runs/6265134542?check_suite_focus=true >...
That's weird - I didn't post that unless I did it in my sleep. Maybe it was a draft - that GitHub posted automatically
Typically knative webhooks on startup go through the following steps 1. Setup the TLS config of the webhook to look up the k8s secret from the informer (the secret name...
The typical misconfiguration we see is if the liveness probe timeout of the webhook deployment is too low - it never gets a chance to become the leader and create...
cc @runzexia who included the KProbe logic in the drainer - is there a reason you couldn't consume the handler from knative.dev/networking ?
/lifecycle frozen
/reopen /lifecycle frozen In @skonto's example it looks like it prints the error when it fails to marshal the response. I think failing validation shouldn't be an error because it's...