diff options
| -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) |
