From e9a08613a21be883bffa7ae6da1a8efeda41eb1c Mon Sep 17 00:00:00 2001 From: CaoShuFeng Date: Wed, 5 Sep 2018 13:45:33 +0800 Subject: [PATCH] use new api version of scheduling.k8s.io (#10107) --- .../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 e1f19c6584d..689dfbe7548 100644 --- a/content/en/docs/concepts/configuration/pod-priority-preemption.md +++ b/content/en/docs/concepts/configuration/pod-priority-preemption.md @@ -161,7 +161,7 @@ cluster when they should use this PriorityClass. ### Example PriorityClass ```yaml -apiVersion: scheduling.k8s.io/v1alpha1 +apiVersion: scheduling.k8s.io/v1beta1 kind: PriorityClass metadata: name: high-priority