ID: 13808
Title: KUBE kube_replicas change replicas desired count from status to spec
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
In the previous version, the desired replicas count was based upon Kubernetes'
reported status count number. This number could differ from the specified
replicas count depending on the conditions of the deployment. This werk, therefore,
changes the desired replicas count to rely on the spec value.