From 57d4d52817d1f6ee01ea406492a6111e71b3fd4c Mon Sep 17 00:00:00 2001 From: Marcin Niemira Date: Tue, 21 Apr 2020 20:40:49 +1000 Subject: [PATCH] change sentence to nicer form as requested during CR --- 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 ea72c37251..c4bdd59ec5 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` flag to preview the object that would be sent to your cluster, without really submitting it. {{< note >}} -Generators other than `pod` in `kubectl run` were deprecated until [kubernetes v1.17](https://v1-17.docs.kubernetes.io/docs/reference/kubectl/conventions/). Now there are not supported. +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. {{< /note >}} #### Generators