use strict config parsing #907
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
What would you like to be added:
When I pass a configuration file to kind, e.g., to define extra mounts for the containers, I would like some confirmation that it read and applied this configuration.
This is not output in the debug or trace-level logs.
Why is this needed:
The non-strict unmarshalling ignores configuration malformed in a specific way (e.g.
extraMounts
field has a typo). So it would be nice to realize this without having to resort to inspecting the container after it's up.The text was updated successfully, but these errors were encountered: