opencenter cluster generate
Generate the GitOps repository and rendered manifests
Synopsis
Generate the customer GitOps repository and rendered manifests for a cluster.
This command creates or updates the repository structure, infrastructure templates, Flux manifests, and application overlays based on the cluster configuration.
Use --render-only to render templates without running the full repository setup flow.
opencenter cluster generate [name] [flags]
Examples
# Generate assets for the active cluster
opencenter cluster generate
# Generate assets for a specific cluster
opencenter cluster generate my-cluster
# Preview what would be generated
opencenter cluster generate my-cluster --dry-run
# Render templates only
opencenter cluster generate my-cluster --render-only