Skip to content

kindplane validate

kindplane validate

Validate the configuration file

Synopsis

Validate the kindplane.yaml configuration file for errors.

This command checks the configuration file for syntax errors, missing required fields, invalid values, and other issues before running 'kindplane up'.

The validation includes: - YAML syntax validation - Required field checks (cluster.name, crossplane.version, etc.) - Value constraints (port ranges, enum values, etc.) - File existence checks (rawConfigPath, valuesFiles)

kindplane validate [flags]

Examples

  # Validate default config file
  kindplane validate

  # Validate a specific config file
  kindplane validate --config custom.yaml

Options

  -h, --help   help for validate

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