From f533e51551c80cc9299be9c699955e2dade74329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Fri, 29 Jan 2021 17:37:11 +0100 Subject: [PATCH] basic versions of template files --- OWNERS | 8 +++++--- OWNERS_ALIASES | 14 -------------- README.md | 26 +++++++++++++------------- SECURITY_CONTACTS | 3 +-- 4 files changed, 19 insertions(+), 32 deletions(-) delete mode 100644 OWNERS_ALIASES diff --git a/OWNERS b/OWNERS index 218b76994..63d83f897 100644 --- a/OWNERS +++ b/OWNERS @@ -1,6 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners approvers: - # TODO: in your repo created from this template, you should replace the - # github-admin-team with a list of project owners, see the doc linked above. - - github-admin-team + - mcluseau + - thockin +reviewers: + - mcluseau + - thockin diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES deleted file mode 100644 index 5acaaad77..000000000 --- a/OWNERS_ALIASES +++ /dev/null @@ -1,14 +0,0 @@ -# See the OWNERS docs at https://go.k8s.io/owners#owners_aliases - -aliases: - # TODO: remove this alias, it will go stale in your repo, and in your repo - # you should have your own set of approvers (see OWNERS) - # in the original template repo, we must maintain this list to approve changes - # to the template itself - github-admin-team: - - cblecker - - fejta - - idvoretskyi - - mrbobbytables - - nikhita - - spiffxp diff --git a/README.md b/README.md index ba5444fdd..facef787a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -# Kubernetes Template Project - -The Kubernetes Template Project is a template for starting new projects in the GitHub organizations owned by Kubernetes. All Kubernetes projects, at minimum, must have the following files: - -- a `README.md` outlining the project goals, sponsoring sig, and community contact information -- an `OWNERS` with the project leads listed as approvers ([docs on `OWNERS` files][owners]) -- a `CONTRIBUTING.md` outlining how to contribute to the project -- an unmodified copy of `code-of-conduct.md` from this repo, which outlines community behavior and the consequences of breaking the code -- a `LICENSE` which must be Apache 2.0 for code projects, or [Creative Commons 4.0] for documentation repositories, without any custom content -- a `SECURITY_CONTACTS` with the contact points for the Product Security Team - to reach out to for triaging and handling of incoming issues. They must agree to abide by the - [Embargo Policy](https://git.k8s.io/security/private-distributors-list.md#embargo-policy) - and will be removed and replaced if they violate that agreement. +# Kubernetes Proxy NG + +The Kubernetes Proxy NG a new design of kube-proxy aimed at + +- allowing Kubernetes business logic to evolve with minimal to no impact on backend implementations, +- improving scalability, +- improving the ability of integrate 3rd party environments, +- being library-oriented to allow packaging logic at distributor's will, +- provide gRPC endpoints for lean integration, extensibility and observability. + +The project will provide multiple components, with the core being the API watcher that will serve the global and node-specific sets of objects. + +More context can be found in the project's [KEP](https://github.com/kubernetes/enhancements/issues/2104). ## Community, discussion, contribution, and support diff --git a/SECURITY_CONTACTS b/SECURITY_CONTACTS index 4dfb303bf..a8c44a346 100644 --- a/SECURITY_CONTACTS +++ b/SECURITY_CONTACTS @@ -10,5 +10,4 @@ # DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE # INSTRUCTIONS AT https://kubernetes.io/security/ -bob -alice +mcluseau