Skip to content

Commit

Permalink
Rephrase sentence in k8s.io/docs/reference/kubectl/conventions/ (#16732)
Browse files Browse the repository at this point in the history
  • Loading branch information
Song Shukun authored and k8s-ci-robot committed Oct 8, 2019
1 parent 170161b commit 4e1ebaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/reference/kubectl/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 4e1ebaa

Please sign in to comment.