cluster create
Overview
Generates or reads a cluster config file, generates infrastructure-as-code files, and (for AWS/Google Cloud) deploys the cluster via OpenTofu/Terraform.
podplane cluster create [flags]Options
| Flag | Description |
|---|---|
-f, --cluster-config string | Path to the cluster config file (default: podplane.cluster.jsonc in the current directory) |
--no-apply | Generate OpenTofu/Terraform files but do not run apply |
-y, --auto-approve | Skip confirmation prompts and pass auto-approval to OpenTofu/Terraform |