SpringWar
SpringWar
I have change nginx timeout config to 10min, but the job will cost 10min and error, I suspect that the performance of the harbor API is so bad. This is...
使用helm直接安装时不要执行上面的crd创建命令,helm charts会自动创建crd配置, 执行删除操作后再执行helm install, ``` kubectl delete -f install/kubernetes/helm/istio/templates/crds.yaml kubectl delete -f install/kubernetes/helm/istio/charts/certmanager/templates/crds.yaml ``` 参考这里的方式部署: https://github.com/alipay/sofa-mosn/blob/master/docs/quickstart/RunWithSOFAMesh.md#2-%E9%80%9A%E8%BF%87-helm-%E5%AE%89%E8%A3%85-sofamesh
this is because harbor api perf issue, when list repo tags, will fetch tags all details, but the api fail in a deadlock, harbor api should refactoring And they're already...