Results 5 comments of rgardam

Came here to create this issue. Just wondering what others automated process is for using the autoneg-controller? Ideally i'd like to be able to drive it via the kubectl annotate...

I had the same problem and recompiled the code with a higher timeout value. I think the default of 5 seconds is far too short. I was having constant timeouts....

Actually according to this doc (https://groups.google.com/forum/#!topic/graylog2/MJ8UmZeKIxk) you can increase it via the config, but from looking in the source I thought you couldnt. What I did was set private static...

I have created a patch that enables this. ``` > cat patch diff --git a/internal/cmd/portable.go b/internal/cmd/portable.go index 0a39fb20..853b6d21 100644 --- a/internal/cmd/portable.go +++ b/internal/cmd/portable.go @@ -71,6 +71,7 @@ var ( portableGCSAutoCredentials...

We have also hit this issue upgrading from 1.19 to 1.22. Be good to understand what's caused this and whether there is a mesh wide config that can be enabled...