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
Error message could be better when skaffold.yaml is not found
$ skaffold build --cache-artifacts=false
WARN[0000] Your Skaffold version might be too old. Download the latest version (0.26.0) at https://storage.googleapis.com/skaffold/releases/latest/skaffold-darwin-amd64
Complete in 290.672609ms
FATA[0000] creating runner: parsing skaffold config: read skaffold config: open skaffold.yml: no such file or directory
It thinks the version of skaffold is maybe too old.
It says it couldn't find skaffold.yml when the default config filename is skaffold.yaml
It should tell the user to run skaffold init (using tips color)
The text was updated successfully, but these errors were encountered:
Error message could be better when
skaffold.yaml
is not foundskaffold.yml
when the default config filename isskaffold.yaml
skaffold init
(using tips color)The text was updated successfully, but these errors were encountered: