-
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
Create subresource end points for replication controllers #4909
Comments
@lavalamp @bgrant0607, think I got the priority right |
I don't think that this makes the v1.0 list. |
@bgrant0607 - is it a backward incompatible change in your view to restrict update of RC.Status when doing an update and instead requiring to put to a /status endpoint like the rest? I began to look at that this afternoon, but worried it may be viewed as an incompatible change. |
By "restrict", I assume you mean just dropping status on POST, PUT, and PATCH to the regular endpoint and only applying updates performed using the /status subresource. It is technically a breaking change, but the RC manager isn't very pluggable at the moment, and a user would need to upgrade the apiserver and controller-manager at different times to expose a problem. A user posting to status is almost certainly accidental (e.g., We should do it and write good release notes. |
Ok. Will send PR Monday. On Friday, September 25, 2015, Brian Grant notifications@github.com wrote:
|
As discussed on #2726 it would be nice to have replicationControllers/foo/status as a watchable endpoint that discards updates to the spec. Giving status and spec different resource versions is out of scope of this bug.
The text was updated successfully, but these errors were encountered: