Skip to content

Commit 4355b75

Browse files
authored
Merge pull request #23288 from reylejano-rxm/api-link-fix
Fix links for component config API for v1alpha1 and v1alpha2 on Scheduling Profiles page
2 parents dd0fed8 + 0005d9b commit 4355b75

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

content/en/docs/reference/scheduling/profiles.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ by implementing one or more of these extension points.
1515

1616
You can specify scheduling profiles by running `kube-scheduler --config <filename>`,
1717
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)).
2020
The `v1alpha2` API allows you to configure kube-scheduler to run
2121
[multiple profiles](#multiple-profiles).
2222

@@ -53,7 +53,7 @@ extension points:
5353
a Pod has been bound.
5454
1. `UnReserve`: This is an informational extension point that is called if
5555
a Pod is rejected after being reserved and put on hold by a `Permit` plugin.
56-
56+
5757
## Scheduling plugins
5858

5959
The following plugins, enabled by default, implement one or more of these
@@ -123,7 +123,7 @@ extension points:
123123
Extension points: `QueueSort`.
124124
- `DefaultBinder`: Provides the default binding mechanism.
125125
Extension points: `Bind`.
126-
126+
127127
You can also enable the following plugins, through the component config APIs,
128128
that are not enabled by default:
129129

@@ -146,7 +146,7 @@ that are not enabled by default:
146146
configured labels. This plugin also favors spreading the Pods belonging to a
147147
Service across nodes.
148148
Extension points: `PreFilter`, `Filter`, `Score`.
149-
149+
150150
## Multiple profiles
151151

152152
When using the component config API v1alpha2, a scheduler can be configured to
@@ -179,4 +179,3 @@ only has one pending pods queue.
179179
## {{% heading "whatsnext" %}}
180180

181181
* Learn about [scheduling](/docs/concepts/scheduling-eviction/kube-scheduler/)
182-

0 commit comments

Comments
 (0)