Thomas

Results 373 comments of Thomas

```cue name: "vm-victoria-metrics-k8s-stack-kube-etcd" spec: { selector: matchLabels: { app: "vm-victoria-metrics-k8s-stack-kube-etcd" "app.kubernetes.io/instance": "vm" } namespaceSelector: matchNames: [ "kube-system", ] endpoints: [{ bearerTokenFile: "/var/run/secrets/kubernetes.io/serviceaccount/token" port: "http-metrics" scheme: "https" tlsConfig: caFile: "/var/run/secrets/kubernetes.io/serviceaccount/ca.crt" }]...

https://github.com/siderolabs/talos/issues/3765

I was going to suggest this could be closed, but the `cloudflare-tunnel-remote` chart needs this change too.

> @uhthomas I guess it can be tracked separately It would probably be easier to keep this issue open.

Is there any reason to use a service monitor rather than a pod monitor?

Hey, sorry for the untimely response. I'll have a look later this evening. 🙂

> LGTM! Will try and test this before merging, thank you.

@MuhammadAakash You're free to work on this issue regardless of whether it is assigned to you or not. Looking forward to the PR :) Let me know if you need...

This is because your metrics are missing the `cluster` label. Your fix works because `=~""` actually matches everything, not because there is a valid value for `$node` and the regex...

Can you check that `kube_node_info` and `node_uname_info` definitely have the cluster label?