Skip to content

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.

kindplane init [flags]

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

  -c, --config string   config file (default is ./kindplane.yaml)
  -V, --verbose         verbose output

SEE ALSO

  • kindplane - Bootstrap Kind clusters with Crossplane