Skip to content
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

Default extensions/v1beta1 Deployment's ProgressDeadlineSeconds to Ma… #33

Merged
merged 1 commit into from Oct 29, 2018

Conversation

tossmilestone
Copy link
Member

What this PR does / why we need it:
Default values should be set in all API versions, because defaulting happens whenever a serialized version is read. When we switched to apps/v1 as the storage version in 1.10 (kubernetes#58854), extensions/v1beta1 DeploymentSpec.ProgressDeadlineSeconds gets apps/v1 default value (600) instead of being unset.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes kubernetes#66135

Special notes for your reviewer:

Release note:


…xInt32.

1. MaxInt32 has the same meaning as unset, for compatibility
2. Deployment controller treats MaxInt32 the same as unset (nil)
@tossmilestone tossmilestone merged commit 23621d1 into alauda:release-1.11.4 Oct 29, 2018
@tossmilestone tossmilestone added this to Done in Alauda v1.11.4 Nov 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
2 participants