Skip to content

Commit b09893b

Browse files
committed
rm mentioned generator from kubectl run
1 parent df2204f commit b09893b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/en/docs/reference/kubectl/conventions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ For a stable output in a script:
1717

1818
* Request one of the machine-oriented output forms, such as `-o name`, `-o json`, `-o yaml`, `-o go-template`, or `-o jsonpath`.
1919
* 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.
20-
* Specify the `--generator` flag to pin to a specific behavior when you use generator-based commands such as `kubectl run` or `kubectl expose`.
2120
* Don't rely on context, preferences, or other implicit states.
2221

2322
## Best Practices

0 commit comments

Comments
 (0)