From 4e1ebaa7c8f91d5317060adcddd0789e41361008 Mon Sep 17 00:00:00 2001 From: Song Shukun Date: Tue, 8 Oct 2019 12:45:11 +0900 Subject: [PATCH] Rephrase sentence in k8s.io/docs/reference/kubectl/conventions/ (#16732) --- 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 372c73bba7..c5f06f097c 100644 --- a/content/en/docs/reference/kubectl/conventions.md +++ b/content/en/docs/reference/kubectl/conventions.md @@ -72,7 +72,7 @@ even when the default generator is changed later. The flags set the generator in the following order: first the `--schedule` flag, then the `--restart` policy flag, and finally the `--generator` flag. To check the final resource that was created, use the `--dry-run` -flag, which provides the object to be submitted to the cluster. +flag, which only prints the object that would be sent to the cluster without really sending it. ### `kubectl apply`