From d0b267bfd09adcecdaac1e58696ee7b22fb26433 Mon Sep 17 00:00:00 2001 From: Steve Wong Date: Thu, 20 Jul 2023 01:46:44 -0700 Subject: [PATCH] edit README to remove reference to User Groups as an official K8s group type --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 8113b3df2..2dd04325d 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,6 @@ Kubernetes has the following types of groups that are officially supported: * **Working Groups** are temporary groups that are formed to address issues that cross SIG boundaries. Working groups do not own any code or other long term artifacts. Working groups can report back and act through involved SIGs. -* **User Groups** are groups for facilitating communication and discovery of information related to - topics that have long term relevance to large groups of Kubernetes users. - They do not have ownership of parts of the Kubernetes code base. See the [full governance doc](governance.md) for more details on these groups.