kubernetes / kubernetes/kubernetes
Create per-object sequence number and report last value seen in status of each object
Open
area/api
lifecycle/frozen
priority/backlog
sig/api-machinery
sig/apps
- Dominant language
- Go
- Stars
- 128k
- Forks
- 44.3k
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 208
Description
It's hard to write race-free clients without knowing whether controllers have observed mutations. Controllers should report the most recent resourceVersion seen in status when they post status. Just returning it in responses (#1184) is not sufficient.
An example problem:
https://github.com/GoogleCloudPlatform/kubernetes/pull/7321/files#r29097446
Contributor guide
Assessment
This issue has not been assessed yet.