Installing the KRO Resources Backend Plugin#
Prerequisites#
- Backstage backend
- Permission framework enabled
- Kubernetes plugin
Installation Steps#
- Install the required packages:
# From your Backstage root directory
yarn --cwd packages/backend add @terasky/backstage-plugin-kro-resources-backend
// In your backend initialization
backend.add(import('@terasky/backstage-plugin-kro-resources-backend'));
Troubleshooting#
Common issues and solutions:
- Permission Errors: Ensure the service account has necessary RBAC permissions
- Connection Issues: Verify Kubernetes cluster configuration
- Missing Dependencies: Check all required packages are installed
- MCP Action Errors: Verify MCP configuration in app-config.yaml