Damien Grisonnet

Results 522 comments of Damien Grisonnet

Adding a new label is not a breaking change, so as long as its values are bounded, I would be fine with adding it. k/k stability framework forbids that, but...

Closing as a duplicated of https://github.com/kubernetes/kube-state-metrics/issues/1848. /close

Actually this is not similar since #1848 is an RFE when this is an actual bug. @rexagod could you perhaps have a look? /triage accepted /reopen

The `kubernetes.io` perfix is reserved to native resource names. The code that you pointed to is a code that we copied from Kubernetes directly: https://github.com/kubernetes/kubernetes/blob/4c4d4ad0a4aea4d015561ae3e7d48e8aaf609277/pkg/apis/core/v1/helper/helpers.go#L31-L46. Today it is used for...

Seeing the example: ``` $ kubectl get pod test-pod -o yaml apiVersion: v1 kind: Pod metadata: annotations: koordinator.sh/intercepted: true labels: koordinator.sh/qosClass: BE koordinator.sh/priority: 1000 koordinator.sh/mutated: true ... spec: terminationGracePeriodSeconds: 30...

Hi, we don't support any as of right now since they are excluded from the defaulting logic. I don't know the specifics behind that choice, but I would expect the...

> we are expecting "include it in the defaulting mechanism." Contributions are welcomed :slightly_smiling_face:

Running kube-state-metrics in HA is pretty much the same as any other applications. You need the following: - 2 replicas - anti-affinity rules on hostname, preferably hard anti-affinity to prevent...