-
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 kubetail to addons registry #20345
base: master
Are you sure you want to change the base?
Conversation
Add kubetail to addons registry.
Welcome @amorey! |
Hi @amorey. 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-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: amorey The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Can one of the admins verify this patch? |
@spowelljr @ComradeProgrammer Just checking in! Would it be possible to take a look at this PR soon? I added an addon so most of the diff is from new yaml files. |
@amorey thanks for the PR do u mind posting an example of using this addon and what it is for? |
/ok-to-test |
@medyagh Kubetail is a logging dashboard for Kubernetes that lets you view multiple log streams simultaneously in the same timeline. Once it's installed in a cluster you can access the dashboard website through a service (e.g. Here's a video: Here's a live demo: And here's the repo: Let me know if there's something else I can explain! Is there somewhere in particular I should post examples to? |
kvm2 driver with docker runtime
Times for minikube start: 50.3s 49.8s 51.0s 52.4s 49.6s Times for minikube ingress: 19.0s 15.0s 15.0s 19.0s 19.0s docker driver with docker runtime
Times for minikube start: 20.2s 23.9s 24.2s 20.5s 20.5s Times for minikube ingress: 12.3s 12.3s 12.3s 12.3s 12.3s docker driver with containerd runtime
Times for minikube start: 23.1s 19.2s 22.8s 20.0s 21.0s Times for minikube ingress: 38.8s 38.8s 39.3s 38.8s 23.3s |
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Besides the following environments also have failed tests:
To see the flake rates of all tests by environment, click here. |
Are these test failures expected? Do I need to apply a fix to this PR? I ran the tests locally and got some errors but they're present in the master too:
|
This PR adds kubetail (https://github.com/kubetail-org/kubetail) to the addons registry.