worker-bootstrap

Bootstrap a ConfigHub worker in Kubernetes and validate its health.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ConfigHub needs a running Worker to apply, refresh, and import resources against real infrastructure; this Skill creates and configures a new Worker in a Kubernetes cluster, validates health, and provides guidance for subsequent Unit operations.

Core Features & Use Cases

  • Worker creation: registers a new worker entity in ConfigHub for a given Space.
  • Bootstrap & install: generates the Kubernetes manifest for a Kubernetes worker and optionally exports it for storage as a Unit.
  • Validation & diagnostics: verifies the worker reaches Ready state and surfaces common issues (RBAC, credentials, version mismatches); supports upgrading.

Quick Start

Create a new worker with cub worker create, then install it into the cluster with cub worker install and verify readiness with cub worker status.

Frequently Asked Questions about worker-bootstrap

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

FAQPage Schema
How do I bootstrap a worker in Kubernetes for ConfigHub deployments?

ConfigHub worker bootstrapping requires the cub CLI, kubectl, and a running ConfigHub server to generate and install the worker manifest in your Kubernetes cluster.

Why is my ConfigHub worker not reaching Ready state in Kubernetes?

ConfigHub worker bootstrapping validates health and surfaces diagnostics for crashes or upgrades, identifying common issues like RBAC errors, invalid credentials, or version mismatches.

Do I need kubectl and a ConfigHub server to install a worker manifest?

ConfigHub worker bootstrapping requires the cub CLI, kubectl, and a running ConfigHub server to generate and install the worker manifest in your Kubernetes cluster.

Can I export the Kubernetes worker manifest for storage as a ConfigHub Unit?

ConfigHub worker bootstrapping generates the Kubernetes manifest and optionally exports it for storage as a Unit, supporting both direct bootstrap and managed installation modes.

Does the ConfigHub worker bootstrap process support upgrades and diagnostics?

ConfigHub worker bootstrapping validates health, supports upgrading, and surfaces diagnostics for crashes or common issues like RBAC errors and version mismatches.