-
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
Adds 'minikube service --all' feature to allow forwarding all services in a namespace #13367
Conversation
|
Welcome @ckannon! |
Hi @ckannon. 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? |
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.
thank you for this PR do u mind pasting the output of minikube for an example usage of this feature ?
Usage and output:
|
Added, thanks! |
@medyagh Also, can this get an ok-to-test please? |
Oh, it also supports multiple service name args now, instead of just a single one. Usage:
|
sure ! thank you @ckannon |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 63.9s 65.2s 63.4s 63.7s 63.8s Times for minikube (PR 13367) ingress: 30.5s 29.5s 29.5s 29.1s 30.6s docker driver with docker runtime
Times for minikube start: 39.6s 39.4s 40.1s 38.8s 41.1s Times for minikube ingress: 23.0s 26.9s 22.9s 22.9s 21.9s docker driver with containerd runtime
Times for minikube (PR 13367) start: 46.3s 43.9s 47.0s 44.2s 46.6s Times for minikube ingress: 30.9s 34.0s 31.0s 30.9s 29.9s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
kvm2 driver with docker runtime
Times for minikube start: 46.2s 44.8s 50.6s 44.2s 46.2s Times for minikube ingress: 37.1s 32.1s 30.6s 40.1s 31.1s docker driver with docker runtime
Times for minikube start: 27.7s 27.3s 27.7s 26.1s 26.9s Times for minikube ingress: 24.9s 21.9s 21.9s 23.0s 23.4s docker driver with containerd runtime
Times for minikube start: 31.0s 42.5s 41.9s 45.8s 41.8s Times for minikube (PR 13367) ingress: 23.5s 23.9s 19.9s 20.9s 24.4s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
|
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. I understand the commands that are listed here. |
kvm2 driver with docker runtime |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
f38f280
to
32b0c09
Compare
kvm2 driver with docker runtime
Times for minikube (PR 13367) start: 44.1s 43.8s 45.6s 45.1s 44.0s Times for minikube ingress: 26.6s 29.1s 30.6s 29.6s 29.6s docker driver with docker runtime
Times for minikube start: 30.6s 26.1s 25.6s 25.8s 25.5s Times for minikube ingress: 21.9s 25.4s 23.0s 22.9s 23.0s docker driver with containerd runtime
Times for minikube ingress: 33.5s 23.4s 22.9s 18.9s 34.5s Times for minikube (PR 13367) start: 41.9s 41.8s 44.8s 41.2s 42.2s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
@ckannon plz take a look at the lint :) some go format styles and the service functional test |
kvm2 driver with docker runtime
Times for minikube start: 54.9s 51.4s 54.2s 52.3s 55.4s Times for minikube ingress: 26.6s 29.1s 29.0s 29.0s 28.6s docker driver with docker runtime
Times for minikube start: 30.4s 26.7s 26.3s 26.4s 26.0s Times for minikube ingress: 22.0s 21.9s 21.9s 22.0s 23.4s docker driver with containerd runtime
Times for minikube ingress: 23.4s 22.9s 22.9s 22.9s 33.0s Times for minikube start: 30.5s 41.6s 42.1s 41.9s 42.1s |
kvm2 driver with docker runtime
Times for minikube start: 51.8s 52.4s 51.0s 52.3s 56.0s Times for minikube ingress: 27.0s 29.6s 25.5s 27.0s 27.6s docker driver with docker runtime
Times for minikube (PR 13367) start: 26.7s 26.5s 25.9s 27.0s 25.4s Times for minikube ingress: 82.9s 26.0s 21.9s 22.4s 22.4s docker driver with containerd runtime
Times for minikube start: 43.3s 44.8s 44.8s 45.3s 42.1s Times for minikube ingress: 22.4s 18.9s 18.9s 18.9s 21.9s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
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.
Thank you for this PR @ckannon
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ckannon, medyagh 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 |
kvm2 driver with docker runtime
Times for minikube start: 53.1s 51.3s 51.9s 52.8s 51.8s Times for minikube (PR 13367) ingress: 29.6s 28.6s 29.1s 29.0s 29.1s docker driver with docker runtime
Times for minikube start: 42.0s 26.1s 27.2s 26.2s 26.2s Times for minikube ingress: 22.9s 23.5s 23.0s 22.0s 21.9s docker driver with containerd runtime
Times for minikube ingress: 18.9s 18.9s 23.4s 29.9s 22.9s Times for minikube start: 45.5s 45.2s 41.1s 44.6s 41.7s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
Adds 'minikube service --all' feature for service to allow forwarding all services in a namespace, also supports multiple service-name arguments to forward any specifically named services.