bolt-eck

Halt bolt-bootstrap execution when DEPLOYMENT_TYPE=eck is set.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/ajmeyers42/loom --skill bolt-eck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bolt-eck
Source: https://github.com/ajmeyers42/loom/tree/main/skills/bolt-eck
Command: npx skills add https://github.com/ajmeyers42/loom --skill bolt-eck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

bolt-bootstrap does not support ECK deployments; attempting to run with DEPLOYMENT_TYPE=eck will halt execution and require manual intervention.

Core Features & Use Cases

  • Safe guardrail when ECK is requested; guides users to supported deployment paths (ECH or Serverless) and explains roadmaps.
  • Clear halt messages and guidance to update DEPLOYMENT_TYPE in environment to supported types.

Quick Start

Set DEPLOYMENT_TYPE to ech or serverless and re-run bolt-bootstrap to proceed with a supported deployment path.

Frequently Asked Questions about bolt-eck

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

FAQPage Schema
Does bolt-bootstrap support ECK deployment targets?

bolt-bootstrap does not support ECK deployments; attempting to run with DEPLOYMENT_TYPE=eck halts execution and requires manual intervention to switch deployment types.

Can I deploy Elasticsearch using ECK with bolt-bootstrap?

No, deploying Elasticsearch using ECK with bolt-bootstrap is blocked. The tool halts execution and guides you to switch to supported deployment paths like ECH or Serverless.

How do I prevent bolt-bootstrap from failing on unsupported deployment types?

To prevent bolt-bootstrap failures, set DEPLOYMENT_TYPE to ech or serverless in your environment configuration and re-run to proceed with a supported deployment path.

Why does bolt-bootstrap halt when DEPLOYMENT_TYPE is set to eck?

bolt-bootstrap halts when DEPLOYMENT_TYPE is eck because ECK is currently unsupported, serving as a safe guardrail to prevent failed deployments and document the ECK gap in the roadmap.

What deployment types are supported by bolt-bootstrap instead of ECK?

bolt-bootstrap supports ECH and Serverless deployment types instead of ECK. You must update your DEPLOYMENT_TYPE environment variable to one of these supported values to proceed.

What are the limitations of using ECK for Kubernetes deployments with bolt-bootstrap?

The limitation is that ECK deployments are explicitly blocked by bolt-bootstrap. The tool validates the deployment type, halts execution for ECK, and provides roadmap visibility for future implementation.