-
Task
-
Resolution: Done
-
Normal
-
None
Story
As a developer of cluster logging operator,
I want to bump the client.go library to v1.22
so the operator can consume improvements in retry and watch
Notes
- ref: aos-devel email
Prior to 1.22, client-go did not retry any Watch or Stream request if the server sent a 'Retry-After' response. Starting with 1.22, client-go will automatically retry Watch or Stream.
If you update client-go to 1.22, your operator/controller will automatically retry Watch and Stream, no need to make any code changes to opt in for this feature.