From db5590a194b76d09500f9b684780e39f4749d93c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 18 Mar 2023 08:30:26 -0400 Subject: [PATCH] Remove sig-network-driver-approvers alias This previously existed so the dockershim networking stuff had different approvers than general sig-network stuff, but that code is gone now, and the remaining kubelet DNS code should be owned by sig-network in general (and sig-node via inheritance). --- OWNERS_ALIASES | 3 --- pkg/kubelet/network/OWNERS | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 6ae260fcb11..00d8c72513b 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -247,9 +247,6 @@ aliases: - bobbypage - pacoxu - bart0sh - sig-network-driver-approvers: - - dcbw - - freehan sig-network-approvers: - andrewsykim - aojea diff --git a/pkg/kubelet/network/OWNERS b/pkg/kubelet/network/OWNERS index 6c3eaa8827d..71e48c9c0fc 100644 --- a/pkg/kubelet/network/OWNERS +++ b/pkg/kubelet/network/OWNERS @@ -1,7 +1,7 @@ # See the OWNERS docs at https://go.k8s.io/owners approvers: - - sig-network-driver-approvers + - sig-network-approvers emeritus_approvers: - matchstick reviewers: