From ec343b970e9548907df6ea2ff53fa5c476bed942 Mon Sep 17 00:00:00 2001 From: Tuomas Katila Date: Thu, 25 Jun 2026 13:49:19 +0300 Subject: [PATCH 1/2] e2e: ports: fix pod retrieval Signed-off-by: Tuomas Katila --- test/e2e/e2e_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/e2e_utils.go b/test/e2e/e2e_utils.go index f3a8710..d9c5c0c 100644 --- a/test/e2e/e2e_utils.go +++ b/test/e2e/e2e_utils.go @@ -473,7 +473,7 @@ func getServiceClusterIP(name, ns string) string { func getControllerPodIP(ns string) string { cmd := exec.Command("kubectl", "get", - "pods", "-l", "control-plane=controller-manager", + "pods", "-l", "control-plane=gpu-operator-controller-manager", "-o", "go-template={{ range .items }}"+ "{{ if not .metadata.deletionTimestamp }}"+ "{{ .status.podIP }}"+ From 2b82be7f2ef29617b84e71dfb5b5f5e7cb9542ae Mon Sep 17 00:00:00 2001 From: Tuomas Katila Date: Tue, 30 Jun 2026 09:21:04 +0300 Subject: [PATCH 2/2] gh: add codeowners Signed-off-by: Tuomas Katila --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..77d6048 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# +# Syntax and details are here: https://help.github.com/articles/about-codeowners/ +# +# Global code ownership, fallback +* @pfl @tkatila