Skip to content

Commit 02dc538

Browse files
authored
Merge pull request #25496 from browningjp/patch-1
Clarified kubectl generators being deprecated
2 parents 8f46bc1 + 23d2722 commit 02dc538

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=client` flag to preview the object that would be sent to your cluster, without really submitting it.
3333

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

3838
#### Generators

0 commit comments

Comments
 (0)