Skip to content

Commit

Permalink
basic versions of template files
Browse files Browse the repository at this point in the history
  • Loading branch information
mcluseau committed Jan 29, 2021
1 parent 1058f4c commit f533e51
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 32 deletions.
8 changes: 5 additions & 3 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -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
14 changes: 0 additions & 14 deletions OWNERS_ALIASES

This file was deleted.

26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 1 addition & 2 deletions SECURITY_CONTACTS
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
# DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE
# INSTRUCTIONS AT https://kubernetes.io/security/

bob
alice
mcluseau

0 comments on commit f533e51

Please sign in to comment.