Skip to content

Commit

Permalink
Addressed reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bsalamat committed Jul 21, 2018
1 parent 19adbe1 commit 5f14e0d
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,16 @@ disablePreemption: true
### Start an older version of Rescheduler in the cluster
When priority or preemption is disabled, we must start Rescheduler v0.3.1
(instead of v0.4.0) to ensure that critical Pods are scheduled when nodes or
cluster are under resource pressure. Since we do not plan to remove critical
annotation of Pods, running Rescheduler should be enough and no other changes to
the configuration of Pods should be needed.
When priority or preemption is disabled, we must run Rescheduler v0.3.1 (instead
of v0.4.0) to ensure that critical Pods are scheduled when nodes or cluster are
under resource pressure. Since critical Pod annotation is still supported in
this release, running Rescheduler should be enough and no other changes to the
configuration of Pods should be needed.
Changing the rescheduler back to v.0.3.1 is the reverse of
Rescheduler images can be found at:
[gcr.io/k8s-image-staging/rescheduler](http://gcr.io/k8s-image-staging/rescheduler).
In the code, changing the Rescheduler version back to v.0.3.1 is the reverse of
[this PR](https://github.com/kubernetes/kubernetes/pull/65454).
## PriorityClass
Expand Down

0 comments on commit 5f14e0d

Please sign in to comment.