Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message could be better when skaffold.yaml is not found #1942

Closed
dgageot opened this issue Apr 9, 2019 · 0 comments · Fixed by #1947
Closed

Error message could be better when skaffold.yaml is not found #1942

dgageot opened this issue Apr 9, 2019 · 0 comments · Fixed by #1947
Assignees

Comments

@dgageot
Copy link
Contributor

dgageot commented Apr 9, 2019

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant