From e19980fd67685fb2d89b0ce34eacda6c3e244437 Mon Sep 17 00:00:00 2001 From: Hardik Dodiya Date: Wed, 18 Jul 2018 02:29:39 +0530 Subject: [PATCH] Update version for PriorityClass (#9321) With K8s 1.11 it should be `scheduling.k8s.io/v1beta1` --- .../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 0a211c5478c44..eda6b627e77ab 100644 --- a/content/en/docs/concepts/configuration/pod-priority-preemption.md +++ b/content/en/docs/concepts/configuration/pod-priority-preemption.md @@ -147,7 +147,7 @@ that use the name of the deleted PriorityClass. ### Example PriorityClass ```yaml -apiVersion: scheduling.k8s.io/v1alpha1 +apiVersion: scheduling.k8s.io/v1beta1 kind: PriorityClass metadata: name: high-priority