-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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 plugin watcher design #2369
Add plugin watcher design #2369
Conversation
Is this a KEP? |
@jdumars This is not in KEP format. Is it required to convert it into KEP? |
@vikaschoudhary16 I don't think it's required to be a KEP per se, but I'm not sure why it isn't since the proposal process is being deprecated in favor of KEPs. I'd also like to insert it into the KEP tracking process here: https://github.com/kubernetes-sigs/architecture-tracking/projects/2 |
I don't think this needs to be tracked as a KEP since the feature has already been implemented (this is adding the design documentation). @vikaschoudhary16 is there any difference between what is documented here and what is implemented? If not, LGTM |
@saad-ali There is no difference with implementation. |
// This allows the plugin to register using one endpoint and possibly use | ||
// a different socket for control operations. CSI uses this model to delegate | ||
// its registration external from the plugin. | ||
string endpoint = 3; |
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.
nit: these lines are out of alignment.
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.
@ScorpioCPH not sure, why it is showing dis-alignment here. If you click "view", it shows correct and also if you pull this PR, on local machine also it shows correct. :)
Address nits, otherwise: /lgtm |
56fe07d
to
63db430
Compare
309dfe9
to
56fe07d
Compare
56fe07d
to
1f85184
Compare
This has already been implemented in the last quarter. I'm ok with merge. /lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, saad-ali 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 |
This PR is for adding design of an already merged feature. Original design was on gdoc. With some updates adding the same here for better tracking.
/cc @tengqm @derekwaynecarr @vishh @jiayingz @ConnorDoyle @dchen1107 @RenaudWasTaken @sjenning