change the apiversion of disablePreemption (#15528)
change componentconfig/v1alpha1 to kubescheduler.config.k8s.io/v1alpha1
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c866b20f49
commit
8c13b46b45
@@ -94,7 +94,7 @@ old-style command line options. Below is a sample component config to disable
|
|||||||
preemption:
|
preemption:
|
||||||
|
|
||||||
```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