CatherineF-dev

Results 236 comments of CatherineF-dev

> This is recovered only after all pods are restarted and labels are not changed again. Is it self-recovered?

> even in that case field selector (different namespace same name) under my open PR is working as expected Cool. The tricky case might be same namespace name and different...

Could you provide a simple example which makes KSM as a library? And it couldn't work with latest KSM version. Trying to reproduce this issue.

QQ: got it. Why do you want to use KSM as library instead of deploying the KSM agent? Is it because you only want customresource feature and want to reduce...

qq: have your Statefulset labels been changed?

> But for other cases that we run into this issue, almost always the labels get changed, particularly the chart version when we upgrade: This is related to https://github.com/kubernetes/kube-state-metrics/pull/2347 >...

/lgtm 1. `metadata.name` is more invariant compared to `labels`. Though I am not sure why it used `labels` in the beginning. 2. Most k/k codes are using metadata.name instead of...

> Will this supersede https://github.com/kubernetes/kube-state-metrics/pull/2373 ? Yes.