Merge pull request #23838 from consideRatio/patch-3
Make docs/reference/scheduling/config focus on v1beta1 over alpha versions
This commit is contained in:
@@ -20,10 +20,7 @@ by implementing one or more of these extension points.
|
|||||||
|
|
||||||
You can specify scheduling profiles by running `kube-scheduler --config <filename>`,
|
You can specify scheduling profiles by running `kube-scheduler --config <filename>`,
|
||||||
using the component config APIs
|
using the component config APIs
|
||||||
([`v1alpha1`](https://pkg.go.dev/k8s.io/kube-scheduler@v0.18.0/config/v1alpha1?tab=doc#KubeSchedulerConfiguration)
|
([`v1beta1`](https://pkg.go.dev/k8s.io/kube-scheduler@v0.19.0/config/v1beta1?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).
|
|
||||||
|
|
||||||
A minimal configuration looks as follows:
|
A minimal configuration looks as follows:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user