-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Flip to v1beta3 #5475
Comments
|
@smarterclayton You have your doubts that it will work correctly or that it's possible to test whether it works correctly? :-) |
Yes :)
|
Fixed kubernetes#3607 and spiritually support kubernetes#5475
Since all clients use latest.Version to talk to a server, most internal code can be changed centrally. |
@smarterclayton That's convenient, assuming everything works. :-) |
Starting with the first task: "enable v1beta3 by default in apiserver" |
Fixed #3607 and spiritually support kubernetes#5475
Verified that e2e tests pass even when master stops exposing v1beta1 URLs. |
I take that back. I didnt realize that my e2e tests were running on a different branch. |
@bgrant0607 says this can be subdivided and farmed out. |
Elimination of v1beta1 and v1beta2: #8087 |
Any other pieces you think this can be divided into? Or the remaining work is reasonable for one person (namely @nikhiljindal )? |
I'm sure this, #5799, #6584, and #8087 could each be broken up more. There are still 150 references to v1beta1 in the repo. I don't think there's an issue for porting e2e, but @brendandburns is working on it. |
We should start creating PRs to flip to v1beta3, so that we can start testing and merge when ready:
--storage_version=v1beta3
)ref. #1519
cc @smarterclayton @lavalamp
The text was updated successfully, but these errors were encountered: