chilianyi
chilianyi
I saw your environment is well. I am able to open your dashboard (http://13.89.242.4:8000/), you can login http://13.89.242.4:8000/login.
There is a bug in iam, already fixed by https://github.com/openpitrix/iam/commit/0a214d28a02ba527ed3fb22fed3f3f44fc984fa3. Thanks for your feedback. There are still some problems need to fix,we will public v0.4.0 about the end of this...
Db: ``` # market database: market market_id name description visibility status owner market_user: who can view the market market_id user_id # app database: app_market: app in which market app_id market_id...
Thanks for your attention. After discussion, we approve of your upper design, we are looking forward to your pr. If you have any questions, please contact us.
Our lab env is configured like this, use ingress. lab.openpitrix.io api.openpitrix.io These two is exposed by ingress. While pilot.openpitrix.io is exposed by node port and port forward, because we configure...
The guide is here: https://github.com/helm/helm/blob/master/docs/chart_repository.md The exist repo is: http://kubernetes-charts.storage.googleapis.com Or you can use: https://helm-chart-repo.pek3a.qingstor.com/kubernetes-charts/ When did the error "response timeout of 5000ms exceeded" appear?
Here is a introduce video: http://t.cn/RDzlgVP
Maybe this issue https://github.com/openpitrix/openpitrix/issues/545 will be helpful. You can develop plugin and submit pr.
What are your purpose? Add your cloud as a kind of runtime like AWS and QingCloud or use OpenPitrix as a app market and Integrated into your system?
OK, what you need to do is to implement the [ProviderInterface](https://github.com/openpitrix/openpitrix/blob/master/pkg/plugins/plugin.go#L21) [AWS](https://github.com/openpitrix/openpitrix/tree/master/pkg/plugins/aws) and [QingCloud](https://github.com/openpitrix/openpitrix/tree/master/pkg/plugins/qingcloud) inplements are here, for your reference.