Skip to content

Commit

Permalink
fix description about out of resource handling (#7597)
Browse files Browse the repository at this point in the history
s/threshhold/threshold
  • Loading branch information
CaoShuFeng authored and k8s-ci-robot committed Mar 3, 2018
1 parent 7d71e66 commit 90f7923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/out-of-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ where:

* `eviction-signal` is an eviction signal token as defined in the previous table.
* `operator` is the desired relational operator, such as `<` (less than).
* `quantity` is the eviction threshhold quantity, such as `1Gi`. These tokens must
* `quantity` is the eviction threshold quantity, such as `1Gi`. These tokens must
match the quantity representation used by Kubernetes. An eviction threshold can also
be expressed as a percentage using the `%` token.

Expand Down

0 comments on commit 90f7923

Please sign in to comment.