From 8c13b46b455a30cc29da7fbed65578be1a9f86b9 Mon Sep 17 00:00:00 2001 From: Damon Wang Date: Fri, 26 Jul 2019 11:13:58 +0800 Subject: [PATCH] change the apiversion of disablePreemption (#15528) change componentconfig/v1alpha1 to kubescheduler.config.k8s.io/v1alpha1 --- .../en/docs/concepts/configuration/pod-priority-preemption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/pod-priority-preemption.md b/content/en/docs/concepts/configuration/pod-priority-preemption.md index 13427915ef..bf10acfb1b 100644 --- a/content/en/docs/concepts/configuration/pod-priority-preemption.md +++ b/content/en/docs/concepts/configuration/pod-priority-preemption.md @@ -94,7 +94,7 @@ old-style command line options. Below is a sample component config to disable preemption: ```yaml -apiVersion: componentconfig/v1alpha1 +apiVersion: kubescheduler.config.k8s.io/v1alpha1 kind: KubeSchedulerConfiguration algorithmSource: provider: DefaultProvider