Julian Taylor

Results 64 comments of Julian Taylor

I don't see an obvious way to make kubectl reuse the decoded schemas for multiple resource visits, though the client-go openapi class already does cache the json document in bytes...

nice, quickly tried the patch on a somewhat recent ref (9ba7dcecc39274f3acf4064d572996ecdbc96f10) and performance about 20-30 times faster on the cpu, equivalent to the poc cache patch I provided earlier: ```...

I have implemented a login session for the password connectors in this fork: https://github.com/juliantaylor/dex/tree/session-support It is relatively simple, it just adds the identify and scopes as securecookie to the password...

how many cores does your machine have? unit is not cgroup aware so on kubernetes it will run with far too many threads and have very bad performance, see https://github.com/nginx/unit/issues/1042#issuecomment-2277740318...