From 0005d9be1f848e31a22577bfb67d9ed37a794593 Mon Sep 17 00:00:00 2001 From: reylejano-rxm Date: Thu, 20 Aug 2020 22:04:13 -0700 Subject: [PATCH] Fix links for component config API links for v1alpha1 and v1alpha2 on the Scheduling Profiles reference page Hard coded api version in link --- content/en/docs/reference/scheduling/profiles.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/content/en/docs/reference/scheduling/profiles.md b/content/en/docs/reference/scheduling/profiles.md index 3cb4eb71b3..4f31210f58 100644 --- a/content/en/docs/reference/scheduling/profiles.md +++ b/content/en/docs/reference/scheduling/profiles.md @@ -15,8 +15,8 @@ by implementing one or more of these extension points. You can specify scheduling profiles by running `kube-scheduler --config `, using the component config APIs -([`v1alpha1`](https://pkg.go.dev/k8s.io/kube-scheduler@{{< param "fullversion" >}}/config/v1alpha1?tab=doc#KubeSchedulerConfiguration) -or [`v1alpha2`](https://pkg.go.dev/k8s.io/kube-scheduler@{{< param "fullversion" >}}/config/v1alpha2?tab=doc#KubeSchedulerConfiguration)). +([`v1alpha1`](https://pkg.go.dev/k8s.io/kube-scheduler@v0.18.0/config/v1alpha1?tab=doc#KubeSchedulerConfiguration) +or [`v1alpha2`](https://pkg.go.dev/k8s.io/kube-scheduler@v0.18.0/config/v1alpha2?tab=doc#KubeSchedulerConfiguration)). The `v1alpha2` API allows you to configure kube-scheduler to run [multiple profiles](#multiple-profiles). @@ -53,7 +53,7 @@ extension points: a Pod has been bound. 1. `UnReserve`: This is an informational extension point that is called if a Pod is rejected after being reserved and put on hold by a `Permit` plugin. - + ## Scheduling plugins The following plugins, enabled by default, implement one or more of these @@ -123,7 +123,7 @@ extension points: Extension points: `QueueSort`. - `DefaultBinder`: Provides the default binding mechanism. Extension points: `Bind`. - + You can also enable the following plugins, through the component config APIs, that are not enabled by default: @@ -146,7 +146,7 @@ that are not enabled by default: configured labels. This plugin also favors spreading the Pods belonging to a Service across nodes. Extension points: `PreFilter`, `Filter`, `Score`. - + ## Multiple profiles When using the component config API v1alpha2, a scheduler can be configured to @@ -179,4 +179,3 @@ only has one pending pods queue. ## {{% heading "whatsnext" %}} * Learn about [scheduling](/docs/concepts/scheduling-eviction/kube-scheduler/) -