@@ -15,8 +15,8 @@ by implementing one or more of these extension points.
15
15
16
16
You can specify scheduling profiles by running ` kube-scheduler --config <filename> ` ,
17
17
using the component config APIs
18
- ([ ` v1alpha1 ` ] (https://pkg.go.dev/k8s.io/kube-scheduler@{{ < param "fullversion" >}} /config/v1alpha1?tab=doc#KubeSchedulerConfiguration)
19
- or [ ` v1alpha2 ` ] (https://pkg.go.dev/k8s.io/kube-scheduler@{{ < param "fullversion" >}} /config/v1alpha2?tab=doc#KubeSchedulerConfiguration)).
18
+ ([ ` v1alpha1 ` ] ( https://pkg.go.dev/k8s.io/kube-scheduler@v0.18.0 /config/v1alpha1?tab=doc#KubeSchedulerConfiguration )
19
+ or [ ` v1alpha2 ` ] ( https://pkg.go.dev/k8s.io/kube-scheduler@v0.18.0 /config/v1alpha2?tab=doc#KubeSchedulerConfiguration ) ).
20
20
The ` v1alpha2 ` API allows you to configure kube-scheduler to run
21
21
[ multiple profiles] ( #multiple-profiles ) .
22
22
@@ -53,7 +53,7 @@ extension points:
53
53
a Pod has been bound.
54
54
1 . ` UnReserve ` : This is an informational extension point that is called if
55
55
a Pod is rejected after being reserved and put on hold by a ` Permit ` plugin.
56
-
56
+
57
57
## Scheduling plugins
58
58
59
59
The following plugins, enabled by default, implement one or more of these
@@ -123,7 +123,7 @@ extension points:
123
123
Extension points: ` QueueSort ` .
124
124
- ` DefaultBinder ` : Provides the default binding mechanism.
125
125
Extension points: ` Bind ` .
126
-
126
+
127
127
You can also enable the following plugins, through the component config APIs,
128
128
that are not enabled by default:
129
129
@@ -146,7 +146,7 @@ that are not enabled by default:
146
146
configured labels. This plugin also favors spreading the Pods belonging to a
147
147
Service across nodes.
148
148
Extension points: ` PreFilter ` , ` Filter ` , ` Score ` .
149
-
149
+
150
150
## Multiple profiles
151
151
152
152
When using the component config API v1alpha2, a scheduler can be configured to
@@ -179,4 +179,3 @@ only has one pending pods queue.
179
179
## {{% heading "whatsnext" %}}
180
180
181
181
* Learn about [ scheduling] ( /docs/concepts/scheduling-eviction/kube-scheduler/ )
182
-
0 commit comments