https://rancher.com/ logo
Title
f

few-caravan-91238

03/31/2023, 12:51 PM
Once I've developed the extension according to the guide(https://rancher.github.io/dashboard/extensions/extensions-getting-started), how can I install it programmatically on a clean Rancher installation?
s

stocky-account-63046

03/31/2023, 1:27 PM
During development you can run
yarn serve-pkgs
and add them using the url provided. There's more information over at https://github.com/rancher/ui-plugin-examples. For production there's some scripts there to assist packaging them up as helm charts which, in a repo, can be added to rancher
We're just in the process of providing docs for the helm side, this includes a great way to release helm parts. They're still WIP at the moment though https://github.com/rancher/dashboard/pull/8318
We have a specific channel for extension based questions, feel free to join us over in #extensions
f

few-caravan-91238

03/31/2023, 1:51 PM
Thanks for detialed information!