Skip to content

Commit ec957e1

Browse files
committed
Addressed reviewer comments
1 parent a30057a commit ec957e1

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

content/en/docs/concepts/configuration/pod-priority-preemption.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,16 @@ disablePreemption: true
110110
111111
### Start an older version of Rescheduler in the cluster
112112
113-
When priority or preemption is disabled, we must start Rescheduler v0.3.1
114-
(instead of v0.4.0) to ensure that critical Pods are scheduled when nodes or
115-
cluster are under resource pressure. Since we do not plan to remove critical
116-
annotation of Pods, running Rescheduler should be enough and no other changes to
117-
the configuration of Pods should be needed.
113+
When priority or preemption is disabled, we must run Rescheduler v0.3.1 (instead
114+
of v0.4.0) to ensure that critical Pods are scheduled when nodes or cluster are
115+
under resource pressure. Since critical Pod annotation is still supported in
116+
this release, running Rescheduler should be enough and no other changes to the
117+
configuration of Pods should be needed.
118118
119-
Changing the rescheduler back to v.0.3.1 is the reverse of
119+
Rescheduler images can be found at:
120+
[gcr.io/k8s-image-staging/rescheduler](http://gcr.io/k8s-image-staging/rescheduler).
121+
122+
In the code, changing the Rescheduler version back to v.0.3.1 is the reverse of
120123
[this PR](https://github.com/kubernetes/kubernetes/pull/65454).
121124
122125
## PriorityClass

0 commit comments

Comments
 (0)