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

kubectl error messages are suppressed #578

Closed
ahmetb opened this issue May 23, 2018 · 2 comments
Closed

kubectl error messages are suppressed #578

ahmetb opened this issue May 23, 2018 · 2 comments

Comments

@ahmetb
Copy link
Contributor

ahmetb commented May 23, 2018

skaffold v0.6.0

when kubectl apply fails, its stderr is omitted from skaffold dev output and it gives this:

Starting deploy...
service "clusterregistry" created
configmap "gcp-project" created
configmap "corefile" created
service "dns-server" created
WARN[0280] run: deploy: deploy step: deploying manifests: exit status 1
Watching for changes...

and it actually doesn't start the watch.

This is very hard to debug as I have to apply every single manifest file to see which one is failing and why.

@dgageot
Copy link
Contributor

dgageot commented May 23, 2018

@ahmetb it's fixed in master.

@dlorenc
Copy link
Contributor

dlorenc commented May 23, 2018

#560

@dlorenc dlorenc closed this as completed May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants