This repository contains the OpenClaw deployer dashboard.
The dashboard is a small web UI and backend that creates and updates Claw
resources through the Kubernetes API. It does not import the operator code; it
depends on the claw.sandbox.redhat.com/v1alpha1 API shape exposed by the
claw-operator.
The repository also contains a separate admin dashboard for read-only,
cluster-wide Claw inventory. It runs as its own command and deployment in the
openclaw-admin-dashboard namespace, uses its own service account, and does
not impersonate logged-in users.
make deployer-run-localFor the admin dashboard:
make admin-run-localmake testmake deployer-buildOverride DEPLOYER_IMG to publish a different deployer image name. The admin
dashboard has its own image and build target:
make admin-buildOverride ADMIN_IMG to publish a different admin dashboard image name.