masterYI masterYI 执行curl –cert client.crt –key client.key –cacert ca.crt https://10.233.0.1:443/apis/devops.kubesphere.io/v1alpha3/pipelineruns,就会卡住,kube-apiserver cpu占用升高。 加上分页参数 curl –cert client.crt –key client.key –cacert ca.crt https://10.233.0.1:443/apis/devops.kubesphere.io/v1alpha3/pipelineruns?limit=1000能正常返回。 这种问题需要怎么解决
masterYI hongming 只有一个。应该是https://10.233.0.1:443/apis/devops.kubesphere.io/v1alpha3/pipelineruns接口返回的数据太多了。本来想通过ks pip gc –max-count 10清理,但是对多分支流水线无效。