Skip to content

Commit

Permalink
Update USAGE.md replace verbosity (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
matrus2 authored Oct 16, 2021
1 parent e9fe222 commit 44a1ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kubectl get-all
- ...and many standard `kubectl` options. Have a look at `kubectl get-all --help` for a full list of supported flags.
- `--use-cache` will consider the http cache to determine the server resources to look at. Disabled by default.
- `--allow-incomplete` will show partial results when fetching the list of API resources fails. Enabled by default.
- `--verbosity` set the log level (one of debug, info, warn, error, fatal, panic).
- `-v` set the log level (one of debug, info, warn, error, fatal, panic).

**Hint**: If you do not have access to all resources, bulk fetching needs to be disabled. You can speed things up by explicitly excluding all resources which you may not access.

Expand Down

0 comments on commit 44a1ef5

Please sign in to comment.