过渡无压力!KubeSphere v3.4.x 到 v4.x 平滑升级全攻略
- 已编辑
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能正常返回。
这种问题需要怎么解决
hongming 只有一个。应该是https://10.233.0.1:443/apis/devops.kubesphere.io/v1alpha3/pipelineruns接口返回的数据太多了。本来想通过ks pip gc –max-count 10清理,但是对多分支流水线无效。
- 已编辑