-
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
[Digital Ocean] Promote to Beta #10312
Conversation
Hi @srikiz. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Unknown CLA label state. Rechecking for CLA labels. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I guess a concern from my side is who will own this going forward. I think at least one person who contribute outside of only this provider should commit to also maintain this. Beta is fairly close to stable in our world. @srikiz the stuff you have been doing here is pretty solid. I don't know if you are interested in contributing to kops as a whole? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would definitely like to see DO promoted to beta. I think its worth clarifying exactly what the criteria is for beta and stable cloud providers. Perhaps we discuss it at the next office hours?
I think it would be great to have automated e2e tests for DO. I believe cluster-api has conformance tests and presubmits running, so I would think much of the setup work is already taken care of if we can get permission to share the DO account with Cluster API. I'm happy to assist with setting up the prow jobs in test-infra once we're ready. I think just periodic tests (similar to GCP's) would be fine.
Thanks @olemarkus - I would like to contribute to kops as a whole, but currently can't commit to it. May be we can discuss more during our next KOPS meeting. |
👋 Timo here from DigitalOcean. I've been supporting @srikiz over the last few months as far as support for DigitalOcean in kops is concerned. We raised the topic on what it takes for a provider to be promoted to beta in a prior office hours meeting on 13. April 2020. Unfortunately, not too many points on that discussion were apparently noted down in the meeting notes. However, I did take notes myself back then and wrote down the following requirements as discussed during the office hours:
To my understanding, these TODOs are now completed. (@srikiz, correct me if I'm wrong here.) I think we explicitly excluded test integration at the time. Not exactly sure about the reasons anymore, perhaps the level of support for / ease of adding tests was different back then? |
From my perspective, testing is super nice, but it is not a hard requirement. Timely fixes, keeping up with the development of kops overall etc is more important. My fear is that DO goes beta, a lot of people starts using it, and then something breaks. Or that we need to update some deps, this breaks the provider, and there is no one around to fix it. Now @srikiz almost immediately fixed a case of the latter issue earlier today, so I have full confidence that this is not a problem today. I just, perhaps, need a little bit more confidence that this won't be a problem next year. If DO softly commits to support kops, even support progress DO to stable, then I will happily support DO going to beta in its current state. |
I tracked down a recording of the office hours in which we discussed DO being promoted to beta: https://youtu.be/A6DXuR4Nu30?t=2584 Justin's points for reaching beta status:
@srikiz mentioned an issue around using an internal load balancer for kubelets to reach the apiserver, possibly the I agree that e2e testing needn't be a hard requirement for beta. I think if we fix the conflicts here and address any review comments then we can bring it up on Friday's office hours call for any final objections and plan to merge it then. |
@rifelpet - I didn't use the |
@srikiz ok that makes sense. Feel free to fix the conflicts here and we can discuss and hopefully merge this on Friday. |
83f43d2
to
5853fc7
Compare
/ok-to-test |
vendor/modules.txt
Outdated
@@ -1408,4 +1408,4 @@ sigs.k8s.io/yaml | |||
# k8s.io/cli-runtime => k8s.io/cli-runtime v0.20.0-beta.2 | |||
# k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.20.0-beta.2 | |||
# k8s.io/code-generator => k8s.io/code-generator v0.20.0-beta.2 | |||
# github.com/gophercloud/gophercloud => github.com/gophercloud/gophercloud v0.11.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think this change should be reverted in order to make the verify-gomod job pass
hm not sure why that job failure is still in the GH comment if the job itself passed... /test pull-kops-verify-packages |
Everyone on the call today was happy to see DO get promoted to Beta so I'm going to go ahead and merge this 👍🏻 congrats! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rifelpet, srikiz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@rifelpet thanks a lot for your help on driving this one over the finishing line, really appreciate it. Excited to hopefully see more adoption of kops in DigitalOcean over time now that stability / maturity has improved. |
I have also filed #10386 to track the work needed to get proper e2e testing in place. Sri and I are happy to move that one forward as well. |
* Move DO to beta * Update vendor files * Update documentation * Update vendor modules * Remove AlphaAllowDO flag * Fix vendor modules * Revert vendor modules txt file * Revert modules.txt changes to keep it in sync with release-1.19
Hi,
I wanted thoughts on promoting Digital Ocean to Beta. Currently, a good amount of KOPS functionality is in place for DO, and I wanted to check with the KOPS maintainers if you are okay with this promotion.
Tested with both single cluster and multi-master HA setup
Tested kubernetes upgrade with kops update feature (ex: from v1.19.3 to v1.19.4)
Tested kops validate command on cluster creation
Tested creating multiple instance groups and managing & updating & deleting it.
Tested using the cluster with a DO load balancer when a new service with type: LoadBalancer is used.
Tested creating new PV with CSI drivers for managing DO volumes.
FYI - @timoreimann