frontend-forge-fi-operations

Manage FrontendIntegration resources and frontend-forge extension lifecycles via kubectl.

17.0k|2.8k|Updated Apr 21, 2018
One-click install
npx skills add https://github.com/kubesphere/kubesphere --skill frontend-forge-fi-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-forge-fi-operations
Source: https://github.com/kubesphere/kubesphere/tree/main/skills/frontend-forge-fi-operations
Command: npx skills add https://github.com/kubesphere/kubesphere --skill frontend-forge-fi-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps cluster operators manage FrontendIntegration resources and the frontend-forge extension, enabling reliable FI lifecycle workflows and extension management.

Core Features & Use Cases

  • Create a FrontendIntegration from YAML and manage its lifecycle (enable, disable, patch, or delete).
  • Inspect FI status, builds, and extension state; troubleshoot reconciliation and build issues.
  • Manage the frontend-forge extension via its InstallPlan (install, enable, disable, uninstall) and verify extension state across environments.

Quick Start

Create an FI from YAML and ensure the frontend-forge extension is installed and enabled to begin FI operations.

Frequently Asked Questions about frontend-forge-fi-operations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage the lifecycle of a FrontendIntegration resource using kubectl?

You can manage the FrontendIntegration lifecycle by applying YAML manifests to create resources, then patching or deleting them to update or remove configurations across your target cluster environments.

Why is my FrontendIntegration failing to reconcile and how do I troubleshoot it?

To troubleshoot FrontendIntegration reconciliation failures, inspect the FI status and build outputs to identify extension state issues, ensuring the frontend-forge extension is enabled and the InstallPlan is active.

What do I need to enable or disable the frontend-forge extension in my cluster?

You need kubectl configured for the target cluster and access to the relevant InstallPlan to manage the frontend-forge extension, allowing you to install, enable, disable, or uninstall the extension.

Can I create a FrontendIntegration from YAML and monitor its build state?

Yes, you can create a FrontendIntegration from YAML and inspect its status and build state to verify successful resource creation and extension operations across environments.

What is the best way to uninstall the frontend-forge extension and its resources?

The best way to uninstall the frontend-forge extension is to manage its InstallPlan via kubectl, disabling and uninstalling the extension while verifying the extension state across your environments.

Does managing FrontendIntegration resources require a specific extension installed?

Yes, managing FrontendIntegration resources requires the frontend-forge extension to be installed and enabled in the target cluster, alongside having kubectl configured and access to the InstallPlan.