Fix typos: creats -> creates (#2899)

* Fix typos: creats -> creates

Signed-off-by: mooncake <xcoder@tenxcloud.com>

* Fix some typos

Signed-off-by: mooncake <xcoder@tenxcloud.com>

* Update 0024-kubectl-plugins.md
This commit is contained in:
Bily Zhang 2018-11-06 01:46:47 +08:00 committed by k8s-ci-robot
parent d0d8d09f67
commit 644c082343
3 changed files with 3 additions and 3 deletions

View File

@ -197,7 +197,7 @@ For example, consider the following case:
Users can pause/cancel a rollout by doing a non-cascading deletion of the Deployment
before it is complete. Recreating the same Deployment will resume it.
For example, consider the following case:
- User creats a Deployment to perform a rolling-update for 10 pods from image:v1 to
- User creates a Deployment to perform a rolling-update for 10 pods from image:v1 to
image:v2.
- User then deletes the Deployment while the old and new RSs are at 5 replicas each.
User will end up with 2 RSs with 5 replicas each.

View File

@ -49,4 +49,4 @@ during the original test. It would be good to file flakes as an
The simplest way is to comment `/retest`.
Any pushes of new code to the PR will automatically trigger a new test. No human
interraction is required. Note that if the PR has a `lgtm` label, it will be removed after the pushes.
interaction is required. Note that if the PR has a `lgtm` label, it will be removed after the pushes.

View File

@ -107,7 +107,7 @@ See https://github.com/kubernetes/kubernetes/issues/53640 and https://github.com
* Relay all information given to `kubectl` (via command line args) to plugins as-is.
Plugins receive all arguments and flags provided by users and are responsible for adjusting their behavior
accordingly.
* Provide a way to limit which command paths can and cannot be overriddden by plugins in the command tree.
* Provide a way to limit which command paths can and cannot be overridden by plugins in the command tree.
### Non-Goals