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

Documentation: --verbosity parameter not documented in README #638

Closed
Eorhim opened this issue Apr 2, 2019 · 2 comments
Closed

Documentation: --verbosity parameter not documented in README #638

Eorhim opened this issue Apr 2, 2019 · 2 comments
Assignees

Comments

@Eorhim
Copy link

Eorhim commented Apr 2, 2019

Actual behavior
--verbosity is listed in the short usage help, if you run kaniko without any parameters. It is not listed in README.md

Expected behavior
It should be listed in both places.

To Reproduce
Compare the output of

$ docker run --rm gcr.io/kaniko-project/executor:latest

with the list of additional flags in README.md.

Additional Information

  • Kaniko Image (fully qualified with digest)
    gcr.io/kaniko-project/executor@sha256:d9fe474f80b73808dc12b54f45f5fc90f7856d9fc699d4a5e79d968a1aef1a72
@kurtbomya
Copy link

I too was searching the README for this option! Thank you for informing me that it's in the output of Kaniko!

I'll put this here for other lost souls like me:

-v, --verbosity string                          Log level (debug, info, warn, error, fatal, panic (default "info")

@sharifelgamal
Copy link
Contributor

This is fixed with #634

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