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

Added cloud-spanner emulator add-on. #15160

Merged
merged 3 commits into from
Oct 28, 2022
Merged

Added cloud-spanner emulator add-on. #15160

merged 3 commits into from
Oct 28, 2022

Conversation

agarwalnit
Copy link
Contributor

No description provided.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Oct 18, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Oct 18, 2022
@k8s-ci-robot
Copy link
Contributor

Welcome @agarwalnit!

It looks like this is your first PR to kubernetes/minikube 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes/minikube has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Oct 18, 2022
@k8s-ci-robot
Copy link
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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.

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Oct 18, 2022
@minikube-bot
Copy link
Collaborator

Can one of the admins verify this patch?

site/content/en/docs/handbook/addons/cloud-spanner.md Outdated Show resolved Hide resolved
site/content/en/docs/handbook/addons/cloud-spanner.md Outdated Show resolved Hide resolved
site/content/en/docs/handbook/addons/cloud-spanner.md Outdated Show resolved Hide resolved
site/content/en/docs/handbook/addons/cloud-spanner.md Outdated Show resolved Hide resolved
site/content/en/docs/handbook/addons/cloud-spanner.md Outdated Show resolved Hide resolved
site/content/en/docs/handbook/addons/cloud-spanner.md Outdated Show resolved Hide resolved
pkg/minikube/assets/addons.go Outdated Show resolved Hide resolved
pkg/minikube/assets/addons.go Outdated Show resolved Hide resolved
site/content/en/docs/handbook/addons/cloud-spanner.md Outdated Show resolved Hide resolved
@spowelljr
Copy link
Member

spowelljr commented Oct 24, 2022

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.

@spowelljr
Copy link
Member

@agarwalnit I'll add the tests I mentioned above

@spowelljr
Copy link
Member

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Oct 26, 2022
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15160) |
+----------------+----------+---------------------+
| minikube start | 54.5s    | 55.0s               |
| enable ingress | 27.2s    | 28.2s               |
+----------------+----------+---------------------+

Times for minikube start: 54.6s 54.0s 54.7s 54.1s 55.1s
Times for minikube (PR 15160) start: 54.3s 56.2s 56.8s 54.0s 53.8s

Times for minikube ingress: 25.2s 28.7s 25.2s 29.2s 27.7s
Times for minikube (PR 15160) ingress: 28.7s 28.7s 28.2s 29.3s 26.2s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15160) |
+----------------+----------+---------------------+
| minikube start | 26.6s    | 26.2s               |
| enable ingress | 22.1s    | 22.0s               |
+----------------+----------+---------------------+

Times for minikube start: 25.2s 25.8s 29.5s 26.2s 26.4s
Times for minikube (PR 15160) start: 25.1s 28.5s 26.2s 26.3s 24.9s

Times for minikube ingress: 22.5s 21.5s 22.5s 22.0s 22.0s
Times for minikube (PR 15160) ingress: 22.9s 21.0s 21.5s 22.5s 22.0s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15160) |
+----------------+----------+---------------------+
| minikube start | 22.1s    | 22.1s               |
| enable ingress | 33.2s    | 27.3s               |
+----------------+----------+---------------------+

Times for minikube start: 21.9s 22.7s 22.3s 21.8s 22.0s
Times for minikube (PR 15160) start: 21.8s 22.5s 21.7s 22.5s 22.0s

Times for minikube ingress: 57.5s 26.9s 27.0s 27.0s 27.4s
Times for minikube (PR 15160) ingress: 27.0s 27.5s 27.4s 27.0s 27.4s

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 28, 2022
@medyagh
Copy link
Member

medyagh commented Oct 28, 2022

looks good to me @agarwalnit thanks for this new addon, once @spowelljr verifies the changes it is good to merge

@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@spowelljr spowelljr merged commit 074e681 into kubernetes:master Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants