kubeblocks-create-cluster

Route legacy kubeblocks-create-cluster requests to kubeblocks-engine-generic.

3|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/apecloud/kubeblocks-skills --skill kubeblocks-create-cluster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubeblocks-create-cluster
Source: https://github.com/apecloud/kubeblocks-skills/tree/main/skills/kubeblocks-create-cluster
Command: npx skills add https://github.com/apecloud/kubeblocks-skills --skill kubeblocks-create-cluster

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Legacy compatibility shim for the create path. It ensures older prompts and saved paths referencing kubeblocks-create-cluster continue to work by routing to kubeblocks-engine-generic, while not serving as the recommended primary create route for new requests.

Core Features & Use Cases

  • Forward legacy create requests to the current generic engine path (kubeblocks-engine-generic).
  • Maintain compatibility with the preserved generic templates and reference material.
  • Serve as a safe fallback when an older completion path is encountered.

Quick Start

Route legacy create-time requests to the generic create path by invoking kubeblocks-engine-generic instead of this skill.

Frequently Asked Questions about kubeblocks-create-cluster

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

FAQPage Schema
How do I handle legacy kubeblocks cluster creation requests in newer workflows?

Legacy kubeblocks cluster creation requests are handled by routing them to the generic engine path via a preflight gate, preserving compatibility for older saved prompts without breaking newer workflows.

What is a compatibility shim for older KubeBlocks create paths?

A compatibility shim for older KubeBlocks create paths is a routing layer that intercepts legacy create-time requests and forwards them to the current generic engine, ensuring historical workflows continue to function.

Do I need to use the legacy create path for new KubeBlocks cluster deployments?

No, you do not need the legacy create path for new KubeBlocks cluster deployments; it serves only as a fallback for historical workflows, and new requests should invoke the generic engine directly.

Why does my saved KubeBlocks prompt route to the generic engine?

Your saved KubeBlocks prompt routes to the generic engine because the legacy create path applies a preflight gate that delegates actual cluster creation logic to kubeblocks-engine-generic to satisfy fallback behavior.

Can I use kubeblocks-engine-generic for all cluster creation tasks?

Yes, you can use kubeblocks-engine-generic for all cluster creation tasks, as the legacy create path simply forwards requests there and does not serve as the recommended primary create route for new requests.

What are the limitations of using a legacy create-path shim for KubeBlocks?

The limitation of using a legacy create-path shim for KubeBlocks is that it only routes requests and delegates logic; it does not serve as the recommended primary create route and should only act as a safe fallback.