Correcting API version in example (#13670)
API version of KubeSchedulerConfiguration is corrected to kubescheduler.config.k8s.io
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
5f6cc2de23
commit
d3cd85d496
@@ -43,7 +43,7 @@ smaller than 5.
|
|||||||
Below is an example configuration that sets `percentageOfNodesToScore` to 50%.
|
Below is an example configuration that sets `percentageOfNodesToScore` to 50%.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: componentconfig/v1alpha1
|
apiVersion: kubescheduler.config.k8s.io/v1alpha1
|
||||||
kind: KubeSchedulerConfiguration
|
kind: KubeSchedulerConfiguration
|
||||||
algorithmSource:
|
algorithmSource:
|
||||||
provider: DefaultProvider
|
provider: DefaultProvider
|
||||||
|
|||||||
Reference in New Issue
Block a user