-
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
Fix port validation error on specifying tcp/udp or range of ports. #13812
Conversation
|
Welcome @tyabu12! |
Hi @tyabu12. 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? |
cmd/minikube/cmd/start.go
Outdated
@@ -1246,24 +1247,20 @@ func validateFlags(cmd *cobra.Command, drvName string) { | |||
|
|||
// This function validates that the --ports are not below 1024 for the host and not outside range |
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.
Please update function comment for goDoc.
// validatePorts validates that the --ports are not below 1024 for the host and not outside range
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.
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 54.4s 52.2s 51.7s 51.3s 53.1s Times for minikube ingress: 26.6s 30.1s 30.6s 27.6s 29.6s docker driver with docker runtime |
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. |
@klaases |
/assign @medyagh |
/ok-to-test Let's run the tests one more time, the first run was a bit wonky. |
kvm2 driver with docker runtime
Times for minikube start: 51.8s 51.6s 51.7s 51.7s 49.9s Times for minikube ingress: 28.6s 26.0s 30.1s 29.0s 29.1s docker 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. |
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 your contribution!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: klaases, sharifelgamal, tyabu12 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 |
Fixed #13809
Tests