diff options
| author | Qiang Wu <qiang.q.wu@oracle.com> | 2018-01-09 13:04:08 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-09 13:04:08 +0800 |
| commit | ca6d798a2171dad8283b437755a0184948a3ea03 (patch) | |
| tree | e65b6f3dad7c4b51db848c793ca4568dcae41434 /sig-node | |
| parent | 121935fa24e31786816181d4bc0426dffd22ddb6 (diff) | |
| parent | ab26472187fa8a0b02b80e67e71c6ffe7a6d9647 (diff) | |
Merge pull request #3 from wu-qiang/kms-plugin-grpc-api
gRPC-based KMS plugin service
Diffstat (limited to 'sig-node')
| -rw-r--r-- | sig-node/OWNERS | 8 | ||||
| -rw-r--r-- | sig-node/README.md | 23 |
2 files changed, 23 insertions, 8 deletions
diff --git a/sig-node/OWNERS b/sig-node/OWNERS index 81023f2d..ab6d8dd5 100644 --- a/sig-node/OWNERS +++ b/sig-node/OWNERS @@ -1,6 +1,6 @@ reviewers: - - dchen1107 - - derekawaynecarr + - sig-node-leads approvers: - - dchen1107 - - derekawaynecarr + - sig-node-leads +labels: + - sig/node diff --git a/sig-node/README.md b/sig-node/README.md index 5d58ed13..514661c5 100644 --- a/sig-node/README.md +++ b/sig-node/README.md @@ -4,24 +4,39 @@ This is an autogenerated file! Please do not edit this file directly, but instead make changes to the sigs.yaml file in the project root. -To understand how this file is generated, see generator/README.md. +To understand how this file is generated, see https://git.k8s.io/community/generator/README.md --> # Node SIG ## Meetings -* [Tuesdays at 17:00 UTC](https://plus.google.com/hangouts/_/google.com/sig-node-meetup?authuser=0) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=17:00&tz=UTC). +* [Tuesdays at 10:00 PT (Pacific Time)](https://plus.google.com/hangouts/_/google.com/sig-node-meetup?authuser=0) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=10:00&tz=PT%20%28Pacific%20Time%29). Meeting notes and Agenda can be found [here](https://docs.google.com/document/d/1Ne57gvidMEWXR70OxxnRkYquAoMpt56o75oZtg-OeBg/edit?usp=sharing). Meeting recordings can be found [here](https://www.youtube.com/watch?v=FbKOI9-x9hI&list=PL69nYSiGNLP1wJPj5DYWXjiArF-MJ5fNG). ## Leads -* [Dawn Chen](https://github.com/dchen1107), Google -* [Derek Carr](https://github.com/derekwaynecarr), Red Hat +* Dawn Chen (**[@dchen1107](https://github.com/dchen1107)**), Google +* Derek Carr (**[@derekwaynecarr](https://github.com/derekwaynecarr)**), Red Hat ## Contact * [Slack](https://kubernetes.slack.com/messages/sig-node) * [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-node) +* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fnode) + +## GitHub Teams + +The below teams can be mentioned on issues and PRs in order to get attention from the right people. +Note that the links to display team membership will only work if you are a member of the org. + +| Team Name | Details | Description | +| --------- |:-------:| ----------- | +| @kubernetes/sig-node-api-reviews | [link](https://github.com/orgs/kubernetes/teams/sig-node-api-reviews) | API Changes and Reviews | +| @kubernetes/sig-node-bugs | [link](https://github.com/orgs/kubernetes/teams/sig-node-bugs) | Bug Triage and Troubleshooting | +| @kubernetes/sig-node-feature-requests | [link](https://github.com/orgs/kubernetes/teams/sig-node-feature-requests) | Feature Requests | +| @kubernetes/sig-node-pr-reviews | [link](https://github.com/orgs/kubernetes/teams/sig-node-pr-reviews) | PR Reviews | +| @kubernetes/sig-node-proposals | [link](https://github.com/orgs/kubernetes/teams/sig-node-proposals) | Design Proposals | +| @kubernetes/sig-node-test-failures | [link](https://github.com/orgs/kubernetes/teams/sig-node-test-failures) | Test Failures and Triage | <!-- BEGIN CUSTOM CONTENT --> ## Goals |
