change sentence to nicer form as requested during CR

This commit is contained in:
Marcin Niemira 2020-04-21 20:40:49 +10:00
parent b09893bbcc
commit 57d4d52817
No known key found for this signature in database
GPG Key ID: 053E25BDC33ED6A3
1 changed files with 1 additions and 1 deletions

View File

@ -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