-
Notifications
You must be signed in to change notification settings - Fork 4.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
Added cloud-spanner emulator add-on. #15160
Conversation
|
Welcome @agarwalnit! |
Hi @agarwalnit. 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. |
Can one of the admins verify this patch? |
We should also add an integration test to make sure that the pods successfully come up, you can add the test here and can use other tests as a reference. https://github.com/kubernetes/minikube/blob/master/test/integration/addons_test.go Basically just ensure the pod is running and not crashing. |
@agarwalnit I'll add the tests I mentioned above |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 54.6s 54.0s 54.7s 54.1s 55.1s Times for minikube ingress: 25.2s 28.7s 25.2s 29.2s 27.7s docker driver with docker runtime
Times for minikube start: 25.2s 25.8s 29.5s 26.2s 26.4s Times for minikube ingress: 22.5s 21.5s 22.5s 22.0s 22.0s docker driver with containerd runtime
Times for minikube start: 21.9s 22.7s 22.3s 21.8s 22.0s Times for minikube ingress: 57.5s 26.9s 27.0s 27.0s 27.4s |
looks good to me @agarwalnit thanks for this new addon, once @spowelljr verifies the changes it is good to merge |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: agarwalnit, medyagh, spowelljr 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 |
No description provided.