Julian

Results 40 comments of Julian

The `kube_endpoint_address` is explicitly for the addresses of an endpoint. The `kube_endpoint_ports` metric is for the ports of an endpoint. This would murky the water between these metrics and their...

Hi @gdlx! The Prometheus Operator is not doing anything it shouldn't be doing so I think it's on KSM to support this unforeseen circumstance. The Prometheus Operator is unfortunately the...

Though not exactly the same context, a similar discussion about this happened in #2248 in November of last year as well as a newer issue in #2366 from last month.

The problem originates from the use of `v1.NamespaceAll`, where KSM assumes it can list and watch resources at the cluster scope. This is a wrong assumption in a limited privilege...

Apologies for the late reply @JaydipGabani, I will take a look at this again this weekend. It fell through the cracks. Thank you for the reminder!

This behavior caught me off-guard today. The use-case for me is to use `PushSecret` to migrate an existing Kubernetes secret to Google Cloud Secret Manager. The secret in Google Cloud...

What would be the suggested notation for this within the annotation, whilst keeping it BC? A comma-separated string does the trick but in terms of templating using e.g. Kustomize this...

Do you mean the number of intermediate certificates in the certificate chain? > so this leaves us with an upper limit on the number of certificates we can use for...

@hoeg, are you working on this? If not I would like to give this a go and create a pull request for it.