Rancher Extension used in rancher/dashboard for Rancher Turtles CAPI Provisioning UI.
Go to file
Evgeniya Vashkevich d29e03c63b
0.8.3-rc2 (#176)
2025-08-19 10:31:21 -07:00
.github/workflows
.vscode
pkg/capi 0.8.3-rc2 (#176) 2025-08-19 10:31:21 -07:00
.eslintrc.js
.gitignore
.nvmrc
LICENSE
README.md
babel.config.js
package.json 0.8.3-rc2 (#176) 2025-08-19 10:31:21 -07:00
tsconfig.json
vue.config.js create cluster refactor (#164) 2025-08-08 16:10:30 -07:00
vuex.d.ts
yarn.lock

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
yarn publish-pkgs
# add flag -f if you need to overwrite an existing version


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

Installing released versions of the CAPI UI

NOTE: This UI is currently in tech preview. Follow instructions here to install the capi ui.

License

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