You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Currently deploy marketplace need to change to many config.
It's difficult for the admin to deploy marketplace.
Proposals
Admin only need to set cluster.common.marketplace = "true", will be able to deploy the marketplace.
If need more detail, can add some advance config manually.
Admin can deploy marketplace in PAI quick start script (set enable_marketplace: true in config.yaml)
Only need to set cluster.common.marketplace = "true" to enable Marketplace
Auto add marketplace to webportal-plugins if set cluster.common.marketplace = "true"
Introduction
Simplify marketplace deploy config.
Motivations
Currently deploy marketplace need to change to many config.
It's difficult for the admin to deploy marketplace.
Proposals
Admin only need to set
cluster.common.marketplace = "true"
, will be able to deploy the marketplace.If need more detail, can add some advance config manually.
cluster.common.marketplace = "true"
to enable MarketplaceWork Plan
#201 PR
Demo
Test cases
enable_marketplace: true
inconfig.yaml
of the quick-start configWelcome to marketplace!
when visiting<host>/marketplace/api/
cluster.common.marketplace: "false"
and update config (push to cluster)Welcome to marketplace!
when visiting<host-ip>/marketplace/api/
cluster.common.marketplace: "true"
and update config (push to cluster)Welcome to marketplace!
when visiting<host-ip>/marketplace/api/
webportal.marketplace: false
and update config (push to cluster)https://host/marketplace/plugin.js
in webportal plugin (Press F12 to check the network)https://host/marketplace/api/
in marketplace-webportal page (Press F12 to check the network)The text was updated successfully, but these errors were encountered: