Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into release-1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-donnelly committed Mar 8, 2017
2 parents 3e81720 + f7ad864 commit 621465a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Empty file added cn/docs/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion docs/admin/garbage-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ Including:
| `--low-diskspace-threshold-mb` | `--eviction-hard` or `eviction-soft` | eviction generalizes disk thresholds to other resources |
| `--outofdisk-transition-frequency` | `--eviction-pressure-transition-period` | eviction generalizes disk pressure transition to other resources |

See [kubelet eviction design doc](https://github.com/kubernetes/kubernetes.github.io/blob/master/docs/admin/out-of-resource.md) for more details.
See [Configuring Out Of Resource Handling](/docs/admin/out-of-resource/) for more details.
3 changes: 1 addition & 2 deletions docs/admin/out-of-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ If either resource is exhausted, the node would become unstable.

## Eviction Policy

The `kubelet` can pro-actively monitor for and prevent against total starvation of a compute resource. In
cases where it could appear to occur, the `kubelet` can pro-actively fail one or more pods in order to reclaim
The `kubelet` can pro-actively monitor for and prevent against total starvation of a compute resource. In those cases, the `kubelet` can pro-actively fail one or more pods in order to reclaim
the starved resource. When the `kubelet` fails a pod, it terminates all containers in the pod, and the `PodPhase`
is transitioned to `Failed`.

Expand Down

0 comments on commit 621465a

Please sign in to comment.