Revert "Update kube-state-metrics from v1.5.0 to v1.6.0-rc.0"

* This reverts commit 6e5d66cf66
* kube-state-metrics v1.6.0-rc.0 fires KubeDeploymentReplicasMismatch
alerts where its own Deployment doesn't have replicas available,
(kube_deployment_status_replicas_available) even though all replicas
are available according to kubectl inspection
* This problem was present even with the CSR ClusterRole fix
(https://github.com/kubernetes/kube-state-metrics/pull/717)
This commit is contained in:
Dalton Hubble
2019-04-13 12:37:53 -07:00
parent 8da17fb7a2
commit 1b157a2fa4
3 changed files with 2 additions and 3 deletions

View File

@ -8,9 +8,9 @@ Notable changes between versions.
#### Addons
* Update kube-state-metrics from v1.5.0 to v1.6.0-rc.0 ([#449](https://github.com/poseidon/typhoon/pull/449))
* Update Grafana from v6.1.1 to v6.1.3
## v1.14.0
* Kubernetes [v1.14.0](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1140)