From d438e20d439e517f63ec85fcdf170bd284e02e11 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. --- guidelines.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guidelines.md b/guidelines.md index d4fb5a41..db2b5fb8 100644 --- a/guidelines.md +++ b/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