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