Skip to content

Commit 57d4d52

Browse files
committed
change sentence to nicer form as requested during CR
1 parent b09893b commit 57d4d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For `kubectl run` to satisfy infrastructure as code:
3232
You can use the `--dry-run` flag to preview the object that would be sent to your cluster, without really submitting it.
3333

3434
{{< note >}}
35-
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.
35+
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.
3636
{{< /note >}}
3737

3838
#### Generators

0 commit comments

Comments
 (0)