From b09893bbcc6a22928f55dfe6b5c1ddfbb42f5620 Mon Sep 17 00:00:00 2001 From: Marcin Niemira Date: Tue, 21 Apr 2020 19:08:05 +1000 Subject: [PATCH] rm mentioned generator from kubectl run --- content/en/docs/reference/kubectl/conventions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/docs/reference/kubectl/conventions.md b/content/en/docs/reference/kubectl/conventions.md index e28143fb4a..ea72c37251 100644 --- a/content/en/docs/reference/kubectl/conventions.md +++ b/content/en/docs/reference/kubectl/conventions.md @@ -17,7 +17,6 @@ For a stable output in a script: * Request one of the machine-oriented output forms, such as `-o name`, `-o json`, `-o yaml`, `-o go-template`, or `-o jsonpath`. * Fully-qualify the version. For example, `jobs.v1.batch/myjob`. This will ensure that kubectl does not use its default version that can change over time. -* Specify the `--generator` flag to pin to a specific behavior when you use generator-based commands such as `kubectl run` or `kubectl expose`. * Don't rely on context, preferences, or other implicit states. ## Best Practices