-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sig/etcd labels for related directories #125679
Add sig/etcd labels for related directories #125679
Conversation
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
/assign @serathius :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dims i think we should add sig etcd only to these areas:
- test/integration/etcd/OWNERS
- cluster/images/etcd-*/OWNERS
i don't think we should try to inject ownership in areas such as kube-apiserver / kube-aggreggator / kubeadm. maybe that can be done only after explicit requests from those SIGs.
but anyway, if api-machinery are OK with the storage ownership, let's drop the kubeadm bits at least, since the etcd client integration and server preparation is spread all over kubeadm.
EDIT: but maybe we can apply area/etcd in all these places though.
/hold |
1df8d1c
to
e6e3d7d
Compare
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
e6e3d7d
to
16e2451
Compare
/assign @liggitt cc @kubernetes/sig-api-machinery-members |
/lgtm |
LGTM label has been added. Git tree hash: 4613c322edfd806867e8f798c5d615b1d904260b
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, jpbetz, liggitt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/triage accepted |
Since we now have a
sig/etcd
label, we should use it to tag PRs which touch on areas related to etcd. So we can ask folks interested to find/review these better.What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: