Rephrase sentence in k8s.io/docs/reference/kubectl/conventions/ (#16732)

This commit is contained in:
Song Shukun 2019-10-08 12:45:11 +09:00 committed by Kubernetes Prow Robot
parent 170161b10e
commit 4e1ebaa7c8
1 changed files with 1 additions and 1 deletions

View File

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