cryptk / cryptk/kubernetes-mimic
Use the client-go tool/watch/Until method to watch for events
Open
good first issue
- Dominant language
- Go
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently if the event watcher hits a timeout or other error, it will not re-establish the watch. We should use https://pkg.go.dev/k8s.io/client-go@v0.21.0/tools/watch#Until instead so that we can recover from these situations.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the current event-watcher entry point and read how it handles timeouts and other watch errors. Compare it with the client-go tools/watch Until method; done means the watcher re-establishes the watch after those failures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100