From 23d2722023557bd6dd3a190d34d8af5ffff13d14 Mon Sep 17 00:00:00 2001 From: Jonny Browning Date: Tue, 8 Dec 2020 15:20:33 +0000 Subject: [PATCH] Clarified kubectl generators being deprecated Previously it was not clear that it was only the generators used by `kubectl run` that are deprecated, not those used by `kubectl create` --- content/en/docs/reference/kubectl/conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/kubectl/conventions.md b/content/en/docs/reference/kubectl/conventions.md index 9f0d2efe8b..8b5ab20cdb 100644 --- a/content/en/docs/reference/kubectl/conventions.md +++ b/content/en/docs/reference/kubectl/conventions.md @@ -32,7 +32,7 @@ For `kubectl run` to satisfy infrastructure as code: You can use the `--dry-run=client` flag to preview the object that would be sent to your cluster, without really submitting it. {{< note >}} -All `kubectl` generators are deprecated. See the Kubernetes v1.17 documentation for a [list](https://v1-17.docs.kubernetes.io/docs/reference/kubectl/conventions/#generators) of generators and how they were used. +All `kubectl run` generators are deprecated. See the Kubernetes v1.17 documentation for a [list](https://v1-17.docs.kubernetes.io/docs/reference/kubectl/conventions/#generators) of generators and how they were used. {{< /note >}} #### Generators