Add rule about kubectl to example guidelines doc.

This commit is contained in:
Jeff Mendoza 2016-03-17 10:09:45 -07:00
parent 067b1323d3
commit b865784264

View File

@ -110,7 +110,8 @@ Examples are not:
* When providing an example command or config for which the user is * When providing an example command or config for which the user is
expected to substitute text with something specific to them, use expected to substitute text with something specific to them, use
angle brackets: `<IDENTIFIER>` for the text to be substituted. angle brackets: `<IDENTIFIER>` for the text to be substituted.
* Use `kubectl` instead of `cluster\kubectl.sh` for example cli
commands.
### At the end ### At the end