Skip to content

Commit 4725039

Browse files
committed
Move the doc to the right place
Signed-off-by: kerthcet <[email protected]>
1 parent b3b2ce8 commit 4725039

File tree

1 file changed

+4
-3
lines changed
  • keps/sig-scheduling/785-scheduler-component-config-api

1 file changed

+4
-3
lines changed

keps/sig-scheduling/785-scheduler-component-config-api/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,13 @@ The third iteration, `kubescheduler.config.k8s.io/v1beta3`, includes the followi
106106
- Remove `v1beta1`
107107
- Remove the legacy [policy config API](https://kubernetes.io/docs/reference/scheduling/policies/)
108108

109-
The fourth iteration, `kubescheduler.config.k8s.io/v1`, includes the following changes:
110-
- Remove `v1beta2`
111-
112109
The main reason is that some plugins have "default" behavior without needing user inputs, whereas the above plugins are
113110
about user preferences, so should have more influence while making scheduling decisions.
114111
More information on the discussion can be found [here](https://github.com/kubernetes/kubernetes/issues/88174).
112+
113+
The fourth iteration, `kubescheduler.config.k8s.io/v1`, includes the following changes:
114+
- Remove `v1beta2`
115+
115116
### Risks and Mitigations
116117

117118
The major risk is around the removal of the `unreserve` extension point.

0 commit comments

Comments
 (0)