From b865784264905208902d14e530924d7d01b99da1 Mon Sep 17 00:00:00 2001 From: Jeff Mendoza Date: Thu, 17 Mar 2016 10:09:45 -0700 Subject: [PATCH] Add rule about kubectl to example guidelines doc. --- examples/guidelines.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/guidelines.md b/examples/guidelines.md index d4fb5a41f71..db2b5fb88a8 100644 --- a/examples/guidelines.md +++ b/examples/guidelines.md @@ -110,7 +110,8 @@ Examples are not: * When providing an example command or config for which the user is expected to substitute text with something specific to them, use angle brackets: `` for the text to be substituted. - +* Use `kubectl` instead of `cluster\kubectl.sh` for example cli + commands. ### At the end