Rancher Extension used in rancher/dashboard for Rancher Turtles CAPI Provisioning UI.
Go to file
Evgeniya Vashkevich 8dd0f21261 wip
Wi
2023-12-20 13:10:14 -08:00
.github/workflows add build extension charts yaml (#9) 2023-10-24 12:39:36 -07:00
pkg/capi wip 2023-12-20 13:10:14 -08:00
.eslintrc.js add ns auto-import toggle as table action; add more warnings to capi ui landing page and cluster list 2023-09-19 10:05:09 -07:00
.gitignore changed gitignore 2023-10-24 14:06:11 -07:00
LICENSE initial 2023-09-19 08:26:01 -07:00
README.md add readme 2023-09-19 08:32:49 -07:00
babel.config.js initial 2023-09-19 08:26:01 -07:00
package.json Add auto-import table action to clusters; improve post-install redirect (#5) 2023-10-23 16:31:13 -07:00
tsconfig.json initial 2023-09-19 08:26:01 -07:00
vue.config.js initial 2023-09-19 08:26:01 -07:00
yarn.lock initial 2023-09-19 08:26:01 -07:00

README.md

capi-ui-extension

Rancher Extension used in rancher/dashboard for Rancher Turtles CAPI Provisioning UI.

Running for Development

This is what you probably want to get started.

# Install dependencies
yarn install

# For development, serve with hot reload at https://localhost:8005
# using the endpoint for your Rancher API
API=https://your-rancher yarn dev
# or put the variable into a .env file
# Goto https://localhost:8005

Updating @shell package

This is about updating the @shell package which is the base from rancher/dashboard

# Update
yarn create @rancher/update

Building the extension for production

Bump the app version on package.json file, then run:

# Build for production
./scripts/publish -g 
# add flag -f if you need to overwrite an existing version


# If you need to test the built extension
yarn serve-pkgs

License

Check CAPI UI Apache License details here# capi-ui-extension