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)
Examples¶
# Validate default config file
kindplane validate
# Validate a specific config file
kindplane validate --config custom.yaml
Options¶
Options inherited from parent commands¶
SEE ALSO¶
- kindplane - Bootstrap Kind clusters with Crossplane