Status field means different things for different controllers #42410
Labels
area/stateful-apps
kind/api-change
Categorizes issue or PR as related to adding, removing, or otherwise changing an API
sig/apps
Categorizes an issue or PR as relevant to SIG Apps.
Milestone
status.replicas is used by ReplicaSets, ReplicationControllers, Deployments, DaemonSets (CurrentNumberScheduled), and StatefulSets. For all of the controllers apart from StatefulSets, it means the number of pods that have been created. For StatefulSets, it means the pods that are ready. We should fix this. StatefulSets need all the rest of the status fields anyway - ReadyReplicas, AvailableReplicas, and once updates are done, UpdatedReplicas.
@kubernetes/sig-apps-api-reviews @kow3ns
The text was updated successfully, but these errors were encountered: