diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-11-07 18:38:48 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 18:38:48 -0800 |
| commit | 0bad012e24eddb0811dd2c471c93fbe9fcad0bde (patch) | |
| tree | 0a5bd0c8750da8d51d319ef60b8a62ec5f79d168 | |
| parent | b3279464dd304a7e67c342b7185fa37ade73cdcc (diff) | |
| parent | b6572c89b6ab4ca2d124843cb3dc7278c20269d3 (diff) | |
Merge pull request #1358 from YanTingLittleCute/patch-2
Automatic merge from submit-queue.
Update pod-resource-management.md
| -rw-r--r-- | contributors/design-proposals/node/pod-resource-management.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/node/pod-resource-management.md b/contributors/design-proposals/node/pod-resource-management.md index 94875d83..0716788e 100644 --- a/contributors/design-proposals/node/pod-resource-management.md +++ b/contributors/design-proposals/node/pod-resource-management.md @@ -222,7 +222,7 @@ resource reservation model as is provided via [node allocatable](node-allocatabl for system and kubernetes daemons. For operators that have this concern, the `kubelet` with opt-in configuration -will attempt to limit the abilty for a pod in a lower QoS tier to burst utilization +will attempt to limit the ability for a pod in a lower QoS tier to burst utilization of a compressible resource that was requested by a pod in a higher QoS tier. The `kubelet` will support a flag `experimental-qos-reserved` that |
