kubernetes
kubernetes copied to clipboard
Better handling of incorrect version for validate
src/validate.js reads a parameter for the Kubernetes version to validate against; since it uses that directly as a directory name, the error that comes back if you get it wrong is a bit mysterious.
- make sure it's a valid version and the directory exists
- consider correcting some common misspellings, e.g.,
1.17.0instead ofv1.17.0.