-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add a skaffold show/status
to output runner information
#726
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
Labels
Comments
Closed
This is done as of #816 right? |
It was not implemented - #816 got closed as we didn't agree on an implementation yet. |
I'm going to give this a go and see if it fits in with some of the metrics stuff I've been working on! |
we have |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Skaffold currently takes the skaffold.yaml and converts it to a skaffold runner internally. The skaffold runner has information about which builder, deployer, and tagger were resolved from the config. It might be useful to output this information without actually running a dev/run. This could be useful for debugging the skaffold.yaml as it grows.
The text was updated successfully, but these errors were encountered: