| name | kubeblocks-engine-generic |
| version | 0.1.0 |
| description | Generic create-time fallback for KubeBlocks engines that do not yet have a dedicated kubeblocks-engine-* entry. Use this only after kubeblocks-preflight and only when the engine is not locked into the Tier-1 dedicated set. The legacy kubeblocks-create-cluster skill remains only as a compatibility shim. |
Generic Engine Fallback
Use this only when all three statements are true:
- kubeblocks-preflight has already produced a recommendation bundle.
references/coverage/engine-tier-map.yaml does not place the target engine in the Tier-1 dedicated set.
references/routing/route-matrix.yaml allows the request to continue through kubeblocks-engine-generic.
What This Entry Must Decide
Before applying any generic Cluster manifest, make the following explicit:
clusterDef and topology
serviceVersion
storageClassName and any topology-aware storage requirement from preflight
- sizing profile
- connection / verification plan
- next-hop operations and observability path
Generic Workflow
- Confirm the engine really belongs to the generic fallback.
- Gather
clusterDef, topology, and component names from the live environment.
- Fill the preserved generic Cluster template in legacy reference.md.
- Validate with
kubectl apply --dry-run=server.
- Apply and verify the cluster reaches
Running.
Never use this as the default path for any Tier-1 engine.