kindplane init
kindplane init¶
Initialize a new kindplane configuration file
Synopsis¶
Initialize a new kindplane.yaml configuration file with sensible defaults.
This command creates a configuration file that defines your Kind cluster setup, Crossplane installation, providers, and other components.
Examples¶
# Create default config file
kindplane init
# Overwrite existing config file
kindplane init --force
# Create minimal config without comments
kindplane init --minimal
Options¶
-f, --force overwrite existing configuration file
-h, --help help for init
--minimal generate minimal config without comments
Options inherited from parent commands¶
SEE ALSO¶
- kindplane - Bootstrap Kind clusters with Crossplane