Skip to content
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

performance issue #1982

Closed
Hokwang opened this issue Mar 12, 2021 · 1 comment
Closed

performance issue #1982

Hokwang opened this issue Mar 12, 2021 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@Hokwang
Copy link

Hokwang commented Mar 12, 2021

Hi,

I have some(?) tr, prs.

$ tkn pr list -n tekton-trivy | wc -l
2865
$ tkn tr list -n tekton-trivy | wc -l
2843

I think this is quite small numbers.

when access dashboard first, it is pr page. here's few seconds waiting.
and then I click tr page. chrome shows below alert message.
image

I edited dashboard deployment resources like

        resources:
          requests:
            cpu: "1"
            memory: 4Gi

but it does not work.

If you need more information, please let me know.

  • Kubernetes Platform:
    vanilla kubernetes
  • Kubernetes or OpenShift version:
    v1.17.17
  • Install mode (if on OpenShift):
    no-operator
  • Cloud-provider/provisioner:
    baremetal
  • Versions:
    • Tekton Dashboard:
      v0.14.0
    • Tekton Pipelines:
      v0.22.0
    • Tekton Triggers:
      v0.12.0
  • Install namespaces:
    • Tekton Dashboard:
      tekton-pipelines
    • Tekton Pipelines:
      tekton-pipelines
    • Tekton Triggers:
      tekton-pipelines
@Hokwang Hokwang added the kind/bug Categorizes issue or PR as related to a bug. label Mar 12, 2021
@AlanGreene
Copy link
Member

Thanks for raising this issue. It's a known problem at the moment, see this comment from yesterday for more details: #1978 (comment)

The Tekton Results project will give us more flexibility in querying the resources than the existing Kubernetes API which does not support pagination or advanced filtering.

Closing this for now, integration of Tekton Results is being tracked in tektoncd/results#82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants