-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Hashing collision avoidance mechanism for Deployments #287
Comments
@Kargakis please, provide us with the docs PR link (and update the features tracking spreadsheet with it). |
@idvoretskyi this is not a user-facing issue so there are no docs. kubernetes/website#3876 is the closest I can think of since I am mentioning the mechanism added by this feature. The Deployment proposal has more info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/deployment.md#hashing-collisions |
@Kargakis, thanks.
…On Fri, Jun 16, 2017, 9:00 PM Michail Kargakis ***@***.***> wrote:
@idvoretskyi <https://github.com/idvoretskyi> this is not a user-facing
issue so there are no docs. kubernetes/website#3876
<kubernetes/website#3876> is the
closest I can think of since I am mentioning the mechanism added by this
feature. The Deployment proposal has more info:
https://github.com/kubernetes/community/blob/master/contributors/design-proposals/deployment.md#hashing-collisions
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#287 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHOu6b5tSWvqnDTo6qchcijy3hUt4wzks5sEsLSgaJpZM4NMN2C>
.
|
Why is it alpha? Deployment is a beta resource. |
@janetkuo as I understand it, the stage is about the new feature and not the whole resource. A beta resource can have an alpha feature. |
Alpha features should be disabled by default: https://github.com/kubernetes/community/blob/master/contributors/devel/api_changes.md#alpha-beta-and-stable-versions However, this is on by default, and there's no way to turn it off. IMO this hash collision avoidance mechanism was intended to fix the issues caused by hash collisions; therefore, it's a bug fix rather than a feature -- users cannot opt-out, and they don't see the difference except that the bug is gone in 1.7 ( |
@janetkuo Agree that this is more of a bugfix to the Deployments feature in beta... |
Fine by me, changing stage to beta. |
Proposal for porcelain commands to make working with the last-applied…
Feature Name
The text was updated successfully, but these errors were encountered: