kubectl-status icon indicating copy to clipboard operation
kubectl-status copied to clipboard

cover statefulset misleading currentRevision

Open bergerx opened this issue 3 years ago • 0 comments

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.

bergerx avatar Feb 05 '22 21:02 bergerx