You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the priority is incorrect on this as this error is also returned from skaffold diagnose as well. Considering this:
# Search for configuration issues and print the effective configuration
skaffold diagnose
it seems like configuration issues like these should be more detailed than:
skaffold diagnose --yaml-only --filename skaffold.yaml
WARN[0000] Your Skaffold version might be too old. Download the latest version (1.24.0) from:
https://github.com/GoogleContainerTools/skaffold/releases/tag/v1.24.0
parsing skaffold config: error parsing skaffold configuration file
Oops, This was fixed in #5722 for Skaffold 1.23.0:
$ skaffold diagnose --yaml-only
WARN[0000] Your Skaffold version might be too old. Download the latest version (1.24.0) from:
https://github.com/GoogleContainerTools/skaffold/releases/tag/v1.24.0
parsing skaffold config: error parsing skaffold configuration file: parsing api version: yaml: line 4: could not find expected ':'
Invoking Skaffold with a
skaffold.yaml
produces a terse error message with no detail as the problem.But
skaffold fix
will pinpoint the problematic line:We should report the problematic line.
The text was updated successfully, but these errors were encountered: