Yuto Yamada
Yuto Yamada
**What this PR does / why we need it**: Include `reason` label to `kube_deployment_status_condition` metrics. It's necessary to distinguish between [Progressing Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#progressing-deployment) and [Complete Deployment ](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#complete-deployment). **How does this change...
**What would you like to be added**: We introduced markdownlint-cli2 in https://github.com/kubernetes/kube-state-metrics/pull/2184. But the following rules can't be fixed automatically by markdownlint-cli2 and they're disabled in [this configuration](https://github.com/kubernetes/kube-state-metrics/blob/main/.markdownlint-cli2.jsonc). - [...
Fixes https://github.com/spring-cloud/spring-cloud-config/issues/2407
**Is your feature request related to a problem? Please describe.** In the current implementation, it's necessary to change a bunch of method signatures when we introduce new HTTP parameters and...
Fixes https://github.com/spring-cloud/spring-cloud-config/issues/2401 Force refresh can be enabled when both of the following are true. 1. allowForceRefresh is true in configuration of Config Server 2. forceRefresh query parameter is true like...