Add concept page for Operators (#14458)

* Add concept page for Operator pattern

* Link to article about Operator best practices
This commit is contained in:
Tim Bannister
2019-07-12 01:57:07 +01:00
committed by Kubernetes Prow Robot
parent a6fc4c139b
commit 20e45f1331
5 changed files with 161 additions and 6 deletions
@@ -348,7 +348,7 @@ Kubectl verbosity is controlled with the `-v` or `--v` flags followed by an inte
Verbosity | Description
--------------| -----------
`--v=0` | Generally useful for this to ALWAYS be visible to an operator.
`--v=0` | Generally useful for this to *always* be visible to a cluster operator.
`--v=1` | A reasonable default log level if you don't want verbosity.
`--v=2` | Useful steady state information about the service and important log messages that may correlate to significant changes in the system. This is the recommended default log level for most systems.
`--v=3` | Extended information about changes.