kubesphere / ks-devops

This is a cloud-native application that focuses on the DevOps area.
https://kubesphere.io/devops/
Apache License 2.0
159 stars 89 forks source link

Interface for creating devops projects has poor performance #727

Open wenxinll opened 2 years ago

wenxinll commented 2 years ago

What is version of KubeSphere DevOps has the issue?

v3.3.0

How did you install the Kubernetes? Or what is the Kubernetes distribution?

No response

What happened?

"kapis/devops.kubesphere.io/v1alpha3/workspaces/{workspace}/devops " In the case of the same number of threads, TPS gradually decreases. image

Relevant log output

No response

Additional information

No response

chilianyi commented 1 year ago

devops project will create k8s namespace, this may be slow.

wenxinll commented 1 year ago

It is understandable that the creation of devops projects is slow, but with the same number of thread groups, it is not normal for tps to gradually decrease, and it should be kept at a relatively stable level.