nikhaild

Results 4 comments of nikhaild

Here's a kustomization based script I've been using to "relocate" namespace in `cert-manager.yaml` release artifact (e.g. [v1.14.5](https://github.com/cert-manager/cert-manager/releases/download/v1.14.5/cert-manager.yaml) yaml), doesn't tackle leader-election namespace (keeping it as `kube-system`): ```sh ## NOTE: Replace...

> In general, we like to ensure that our generated YAML manifests are aligned with the [upstream helm chart](https://github.com/NVIDIA/dcgm-exporter/tree/main/deployment/templates?rgh-link-date=2025-12-08T20%3A14%3A59Z) of dcgm-exporter. It would be good if you can open a...

We have a similar need where a `prometheus-server` * runs outside the k8s cluster running `gpu-operator` (and `dcgm-exporter` daemonset etc.) * wants to scrape metrics from every node (running this...

> Here's a PR to support this ability (using `hostNetwork` approach): [#1962](https://github.com/NVIDIA/gpu-operator/pull/1962) Hi @tariq1890 , when you get a chance, mind taking a look at this PR? I also need...