When I built a new UI package how can I run it on production?
w
wooden-engine-7388
11/18/2022, 12:06 PM
Do you mean you made changes to rancher/dashboard, built them and would now like to use them in an instance of rancher?
If so, you need to host the build artifacts somewhere and then you can change the url rancher uses to serve those artifacts.
Alright, for extensions the only way we support adding them to a production server is through adding the git repo as mentined in the top of the readme here https://github.com/rancher/ui-plugin-examples. It does require that you build the helm chart which I don't see docs for yet.
If you have the patience to figure it out you can use our publish script https://github.com/rancher/ui-plugin-examples/blob/main/scripts/publish otherwise I'll update here once we have the docs.