-
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
Add minikube license
command
#15158
Add minikube license
command
#15158
Conversation
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.
can u plz paste in the PR description example of the output?
It already does, running the command generates a |
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 am thinking License is a better name than Credit
since credit might imply the contributors to minikube which is misleading
Renamed the command from |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
Would be nice to have an integration test for it |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 59.4s 57.2s 58.5s 56.5s 55.7s Times for minikube ingress: 29.2s 29.2s 28.6s 29.2s 28.7s docker driver with docker runtime
Times for minikube start: 28.2s 26.5s 27.1s 30.3s 27.0s Times for minikube ingress: 22.5s 23.5s 23.0s 26.6s 83.5s docker driver with containerd runtime
Times for minikube start: 35.6s 23.7s 25.2s 27.6s 24.1s Times for minikube ingress: 27.0s 27.0s 27.0s 27.5s 27.0s |
Added a functional test |
kvm2 driver with docker runtime
Times for minikube start: 55.3s 55.3s 54.0s 57.4s 55.5s Times for minikube ingress: 25.1s 28.6s 25.7s 25.6s 28.7s docker driver with docker runtime
Times for minikube start: 28.1s 27.7s 28.7s 27.8s 26.5s Times for minikube ingress: 22.4s 23.5s 22.0s 23.0s 22.5s docker driver with containerd runtime
Times for minikube (PR 15158) start: 25.5s 24.3s 24.3s 24.0s 34.9s Times for minikube ingress: 27.0s 27.5s 26.9s 27.0s 26.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. |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
kvm2 driver with docker runtime
Times for minikube start: 56.1s 54.7s 56.1s 56.0s 56.4s Times for minikube ingress: 28.6s 28.7s 24.7s 28.7s 29.2s docker driver with docker runtime
Times for minikube start: 27.3s 26.0s 30.2s 26.7s 28.5s Times for minikube ingress: 22.0s 22.5s 23.5s 22.5s 21.0s docker driver with containerd runtime
Times for minikube start: 24.2s 24.7s 24.6s 23.8s 30.0s Times for minikube ingress: 27.0s 27.0s 27.0s 27.0s 27.5s |
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. |
On releases,
make generate-licenses
is ran, it downloads all the licenses from dependencies, tars them, and uploads them to GCS.Then, when the
minikube license
command is ran it downloads the licenses tar and untars them to the directory specified by-d
or--dir
(defaults to the current dir).