Alberto Rodríguez
Alberto Rodríguez
We have a similar problem too. This 100 limit for most of application gateway configuration (backend pools, listeners, etc) is so low if you want to offer a multitenant service...
I'm having same issue. I have tried something like this: ```go cache := cache.NewObjectLRUDefault() billyfs := desfacer.NewPath(fs, path) storer := filesystem.NewStorage(billyfs, cache) _, err = git.Clone(storer, billyfs, &git.CloneOptions{ URL: repoURL,...
We are having exactly same issue than @qingling128. Have some type or retry logic would be awesome for us.
Also, I think there's another bug. When kubernetes filter can't get data from kubernetes apiserver, the field `kubernetes` is completely empty, although some metadata can be obtained from record's tag....
> @arodriguezdlc are you using the latest v1.3.5 ? Yes