Create a workspace and run the CLI to create a local kind cluster. The create command performs some helpful setup by default (local-argo repo, ArgoCD installation, bootstrap manifests):
mkdir my-local-workspace
export LOCALPLANE_DIRECTORY=$PWD
localplane cluster createCommon quick options:
-yor--yes: skip interactive confirmation and proceed.--cluster-name <name>: set the cluster name (when omittedcreateprompts and defaults tolocal-bench).--start-lb=false: disable startup of the built-in cloud-provider-kind load balancer.--lb-foreground: run the load balancer in the foreground (blocking).--disable-argocd: skip ArgoCD/local-argo setup and ArgoCD Helm install.
See docs/CLI.md and docs/commands/* for more details.
- rename to project to localplane