From d5079739475ec9fe0df30eb74435f2c8cdea6e4c Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Thu, 17 Apr 2025 11:51:32 +0530 Subject: [PATCH 1/2] Archive kubernetes-sigs/pspmigrator Signed-off-by: Nabarun Pal --- sig-auth/README.md | 1 - sigs.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/sig-auth/README.md b/sig-auth/README.md index 565e778f9..cc26920d6 100644 --- a/sig-auth/README.md +++ b/sig-auth/README.md @@ -138,7 +138,6 @@ Node identity management (co-owned with sig-lifecycle), and authorization restri ### policy-management API validation and policies enforced during admission, such as PodSecurityPolicy. Excludes run-time policies like NetworkPolicy and Seccomp. - **Owners:** - - [kubernetes-sigs/pspmigrator](https://github.com/kubernetes-sigs/pspmigrator/blob/main/OWNERS) - [kubernetes-sigs/wg-policy-prototypes](https://github.com/kubernetes-sigs/wg-policy-prototypes/blob/master/OWNERS) - [kubernetes/kms](https://github.com/kubernetes/kms/blob/main/OWNERS) - [kubernetes/kubernetes/pkg/apis/imagepolicy](https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/imagepolicy/OWNERS) diff --git a/sigs.yaml b/sigs.yaml index 170830388..063abc8d6 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -598,7 +598,6 @@ sigs: description: | API validation and policies enforced during admission, such as PodSecurityPolicy. Excludes run-time policies like NetworkPolicy and Seccomp. owners: - - https://raw.githubusercontent.com/kubernetes-sigs/pspmigrator/main/OWNERS - https://raw.githubusercontent.com/kubernetes-sigs/wg-policy-prototypes/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kms/main/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/imagepolicy/OWNERS From 29b2cc54e73bafb342f935eb8cf4e87f8e6faa80 Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Thu, 17 Apr 2025 11:52:31 +0530 Subject: [PATCH 2/2] Archive kubernetes-sigs/hierarchical-namespaces Signed-off-by: Nabarun Pal --- sig-auth/README.md | 4 ---- sigs.yaml | 5 ----- 2 files changed, 9 deletions(-) diff --git a/sig-auth/README.md b/sig-auth/README.md index cc26920d6..d5c430b25 100644 --- a/sig-auth/README.md +++ b/sig-auth/README.md @@ -124,10 +124,6 @@ API storage support for storing data encrypted at rest in etcd. - **Owners:** - [kubernetes/kubernetes/staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/OWNERS) - [kubernetes/kubernetes/staging/src/k8s.io/apiserver/pkg/storage/value](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/storage/value/OWNERS) -### hierarchical-namespace-controller -Controller to manage hierarchical namespaces -- **Owners:** - - [kubernetes-sigs/hierarchical-namespaces](https://github.com/kubernetes-sigs/hierarchical-namespaces/blob/master/OWNERS) ### node-identity-and-isolation Node identity management (co-owned with sig-lifecycle), and authorization restrictions for isolating workloads on separate nodes (co-owned with sig-node). - **Owners:** diff --git a/sigs.yaml b/sigs.yaml index 063abc8d6..18f46884a 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -581,11 +581,6 @@ sigs: owners: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiserver/pkg/storage/value/OWNERS - - name: hierarchical-namespace-controller - description: | - Controller to manage hierarchical namespaces - owners: - - https://raw.githubusercontent.com/kubernetes-sigs/hierarchical-namespaces/master/OWNERS - name: node-identity-and-isolation description: | Node identity management (co-owned with sig-lifecycle), and authorization restrictions for isolating workloads on separate nodes (co-owned with sig-node).