-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Do not propagate build labels to build pods #3502
Comments
Copy code is in |
@liggitt thanks. copying my final comment from the original issue over to here now: @soltysh I think this needs to:
|
On Jun 29, 2015, at 11:11 PM, Ben Parees [email protected] wrote: @liggitt https://github.com/liggitt thanks. copying my final comment from @soltysh https://github.com/soltysh I think this needs to:
This issue should be tagged with the compat tag. We should create a doc in — |
We need to remove support for this before I cut 1.0.7 |
Remove support for the old label? |
Yeah On Mon, Oct 19, 2015 at 11:32 PM, Ben Parees [email protected]
|
so don't you want to cut 1.0.7 before we remove this? |
We announced in 1.0.6 we'd remove it in 1.0.7 On Tue, Oct 20, 2015 at 9:07 AM, Ben Parees [email protected]
|
removing here: #5250 |
Follow-up from #2295
Adding a single label for selecting a build is ok (though the label should probably be more namespaced than "build"), but we should not be copying all labels from build API objects to their pods. Pods labels are used group pods under services and replication controllers, and copying random labels into builds pods is likely to get them routed to by services (which would be bad) or "managed" by replication controllers (which would also be bad).
The text was updated successfully, but these errors were encountered: