From 1b1b48efed088b2450cc5ff5c4ae6423bf69e3b0 Mon Sep 17 00:00:00 2001 From: Shane Utt Date: Tue, 9 Jul 2024 14:33:41 -0400 Subject: [PATCH 1/3] docs: add a custom archive section to the SIG Network README.md Signed-off-by: Shane Utt --- sig-network/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sig-network/README.md b/sig-network/README.md index cf27d9122..9dab6b673 100644 --- a/sig-network/README.md +++ b/sig-network/README.md @@ -152,4 +152,10 @@ SIG Network is responsible for a number of issues and PRs. A summary can be foun ## Documents * [2017 Planning](https://docs.google.com/document/d/1fBxC36UCBnqY_w3m3TjdnXFsIT--GS6HmKb5o0nhkTk/edit#) + +## Archive + +The following are larger efforts which are now archived and historical. They are +no longer active, but are kept in an archived state for posterity and maybe be +useful as reference materials. From ef988a0888a97897bd1716e86be10956dd59660f Mon Sep 17 00:00:00 2001 From: Shane Utt Date: Tue, 9 Jul 2024 14:34:07 -0400 Subject: [PATCH 2/3] docs: mark KPNG as an archived SIG Network sub-project Signed-off-by: Shane Utt --- .../slack-config/sig-network/config.yaml | 1 - sig-network/README.md | 17 ++++++++++++++--- sigs.yaml | 3 --- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/communication/slack-config/sig-network/config.yaml b/communication/slack-config/sig-network/config.yaml index ab206aab4..8a71d2909 100644 --- a/communication/slack-config/sig-network/config.yaml +++ b/communication/slack-config/sig-network/config.yaml @@ -2,4 +2,3 @@ channels: - name: sig-network-gateway-api id: CR0H13KGA - name: sig-network-policy-api - - name: sig-network-kpng diff --git a/sig-network/README.md b/sig-network/README.md index 9dab6b673..9ddea389f 100644 --- a/sig-network/README.md +++ b/sig-network/README.md @@ -110,9 +110,6 @@ The following [subprojects][subproject-definition] are owned by sig-network: ### knftables - **Owners:** - [kubernetes-sigs/knftables](https://github.com/kubernetes-sigs/knftables/blob/master/OWNERS) -### kpng -- **Owners:** - - [kubernetes-sigs/kpng](https://github.com/kubernetes-sigs/kpng/blob/master/OWNERS) ### kube-dns - **Owners:** - [kubernetes/dns](https://github.com/kubernetes/dns/blob/master/OWNERS) @@ -158,4 +155,18 @@ SIG Network is responsible for a number of issues and PRs. A summary can be foun The following are larger efforts which are now archived and historical. They are no longer active, but are kept in an archived state for posterity and maybe be useful as reference materials. + +### KPNG + +["Kube Proxy Next Generation (KPNG)"][kpng] was an effort to evaluate the +potential for a new [kube-proxy] with an emphasis on modularity and +adaptability. Through the project we explored alternatives to our historical +kube-proxy architecture and gained a lot of community members through interest +in it. The project was very large in scope, and was archived in 2024 after +agreement that the community was no longer able to continue focus on it, but it +remains important prior art for any future attempts to revise kube-proxy. + +[kpng]: https://github.com/kubernetes-sigs/kpng +[kube-proxy]: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ + diff --git a/sigs.yaml b/sigs.yaml index 3db0554f9..e0a85ebb4 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -2275,9 +2275,6 @@ sigs: - name: knftables owners: - https://raw.githubusercontent.com/kubernetes-sigs/knftables/master/OWNERS - - name: kpng - owners: - - https://raw.githubusercontent.com/kubernetes-sigs/kpng/master/OWNERS - name: kube-dns owners: - https://raw.githubusercontent.com/kubernetes/dns/master/OWNERS From 5cc6e4284b177dfb202b5016457579193e0e2707 Mon Sep 17 00:00:00 2001 From: Shane Utt Date: Thu, 11 Jul 2024 07:43:31 -0400 Subject: [PATCH 3/3] chore: archive kpng slack channel Co-authored-by: Priyanka Saggu --- communication/slack-config/sig-network/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/communication/slack-config/sig-network/config.yaml b/communication/slack-config/sig-network/config.yaml index 8a71d2909..e89db98d7 100644 --- a/communication/slack-config/sig-network/config.yaml +++ b/communication/slack-config/sig-network/config.yaml @@ -2,3 +2,5 @@ channels: - name: sig-network-gateway-api id: CR0H13KGA - name: sig-network-policy-api + - name: sig-network-kpng + archived: true