-
Notifications
You must be signed in to change notification settings - Fork 36
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
Use 'kubectl' instead of 'tkn' for tree, some minor refactoring #255
Conversation
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
Codecov Report
@@ Coverage Diff @@
## master #255 +/- ##
==========================================
- Coverage 71.18% 70.04% -1.14%
==========================================
Files 38 38
Lines 2391 2357 -34
Branches 405 402 -3
==========================================
- Hits 1702 1651 -51
- Misses 689 706 +17
Continue to review full report at Codecov.
|
@sudhirverma I don't see that error, can you share the pipeline? |
…nodes Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
… status change Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
@sudhirverma That should be fixed. |
…to tree-with-kubectl Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
This PR increase Tekton tree loading speed. Also now Tekton tree use only
kubectl
to get data for nodes.Also it add better update tree when pipelinerun is running.
Demo:
Fix: #240
Fix: #239