kubectl-status
kubectl-status copied to clipboard
cover statefulset misleading currentRevision
This is a very weird edge case about the currentRevision in the statefulsets: https://github.com/kubernetes/kubernetes/pull/106059#discussion_r743080306
kubectl-status should aim to explicitly report this case to increase the awareness about the "actual" status rather than the reported misleading one.
Seems like this should be done by querying the matching pods and checking their revisions.