Fixed broken link to logging conventions in kubectl cheatsheet (#15699)

This commit is contained in:
lyveng
2019-08-07 05:42:54 +05:30
committed by Kubernetes Prow Robot
parent 2fdc40944b
commit 306a6201b8
4 changed files with 4 additions and 4 deletions
@@ -348,7 +348,7 @@ Output format | Description
### Kubectl output verbosity and debugging
Kubectl verbosity is controlled with the `-v` or `--v` flags followed by an integer representing the log level. General Kubernetes logging conventions and the associated log levels are described [here](https://github.com/kubernetes/community/blob/master/contributors/devel/logging.md).
Kubectl verbosity is controlled with the `-v` or `--v` flags followed by an integer representing the log level. General Kubernetes logging conventions and the associated log levels are described [here](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md).
Verbosity | Description
--------------| -----------