diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-01-31 10:00:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-31 10:00:06 -0800 |
| commit | 76d61c2e11fefceba3220053e9fbc57eef95dab2 (patch) | |
| tree | e05cc995c98fae5e954701f7ade586fe3c9b965f | |
| parent | ad01cad19a9db6e111d7aeb58ff591d2cd3cd372 (diff) | |
| parent | d1dddd7e1b69000bb33c4c5a3a7a189f6a29aa11 (diff) | |
Merge pull request #1709 from huangjiuyuan/pod-preemption
Fix a typo in pod-preemption.md
| -rw-r--r-- | contributors/design-proposals/scheduling/pod-preemption.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/scheduling/pod-preemption.md b/contributors/design-proposals/scheduling/pod-preemption.md index c83f83d2..02100c19 100644 --- a/contributors/design-proposals/scheduling/pod-preemption.md +++ b/contributors/design-proposals/scheduling/pod-preemption.md @@ -34,7 +34,7 @@ _Author: @bsalamat_ - Define the interaction between scheduler preemption and Kubelet evictions. - Define mechanics of preemption. - Propose new changes to the scheduling algorithms. -- Propose new changes to the cluster aut-scaler. +- Propose new changes to the cluster auto-scaler. ## Non-Goals @@ -428,4 +428,4 @@ To solve the problem, the user might try running his web server as Guaranteed, b - [Controlled Rescheduling in Kubernetes](/contributors/design-proposals/scheduling/rescheduling.md) - [Resource sharing architecture for batch and serving workloads in Kubernetes](https://docs.google.com/document/d/1-H2hnZap7gQivcSU-9j4ZrJ8wE_WwcfOkTeAGjzUyLA) -- [Design proposal for adding priority to Kubernetes API](https://github.com/kubernetes/community/pull/604/files)
\ No newline at end of file +- [Design proposal for adding priority to Kubernetes API](https://github.com/kubernetes/community/pull/604/files) |
