Skip to content

Commit 2d3d7b9

Browse files
committed
rm --record from kubectl conventions
1 parent f7bd5fa commit 2d3d7b9

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
@@ -27,7 +27,6 @@ For a stable output in a script:
2727
For `kubectl run` to satisfy infrastructure as code:
2828

2929
* Tag the image with a version-specific tag and don't move that tag to a new version. For example, use `:v1234`, `v1.2.3`, `r03062016-1-4`, rather than `:latest` (For more information, see [Best Practices for Configuration](/docs/concepts/configuration/overview/#container-images)).
30-
* Capture the parameters in a checked-in script, or at least use `--record` to annotate the created objects with the command line for an image that is lightly parameterized.
3130
* Check in the script for an image that is heavily parameterized.
3231
* Switch to configuration files checked into source control for features that are needed, but not expressible via `kubectl run` flags.
3332

0 commit comments

Comments
 (0)