Skip to content

Commit

Permalink
Make docs/reference/scheduling/config focus on v1beta1 over alpha ver…
Browse files Browse the repository at this point in the history
…sions

Suggestion to fix kubernetes#23837 that was directing the focus towards an alpha API instead of the now available beta API.
  • Loading branch information
consideRatio authored Sep 12, 2020
1 parent 0df8523 commit 0feab03
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions content/en/docs/reference/scheduling/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ by implementing one or more of these extension points.

You can specify scheduling profiles by running `kube-scheduler --config <filename>`,
using the component config APIs
([`v1alpha1`](https://pkg.go.dev/k8s.io/[email protected]/config/v1alpha1?tab=doc#KubeSchedulerConfiguration)
or [`v1alpha2`](https://pkg.go.dev/k8s.io/[email protected]/config/v1alpha2?tab=doc#KubeSchedulerConfiguration)).
The `v1alpha2` API allows you to configure kube-scheduler to run
[multiple profiles](#multiple-profiles).
([`v1beta1`](https://pkg.go.dev/k8s.io/[email protected]/config/v1beta1?tab=doc#KubeSchedulerConfiguration)).

A minimal configuration looks as follows:

Expand Down

0 comments on commit 0feab03

Please sign in to comment.