From 9975901f5bfbf7870d4db27e307fd4c133348a36 Mon Sep 17 00:00:00 2001 From: XsWack Date: Fri, 20 Oct 2017 00:40:10 +0800 Subject: [PATCH] fix wrong version of example yaml (#5951) * fix wrong version of example yaml * Update pod-priority-preemption.md --- docs/concepts/configuration/pod-priority-preemption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/configuration/pod-priority-preemption.md b/docs/concepts/configuration/pod-priority-preemption.md index 72c87fae5e..3d01faff56 100644 --- a/docs/concepts/configuration/pod-priority-preemption.md +++ b/docs/concepts/configuration/pod-priority-preemption.md @@ -100,7 +100,7 @@ that use the name of the deleted PriorityClass. ### Example PriorityClass ```yaml -apiVersion: v1 +apiVersion: scheduling.k8s.io/v1alpha1 kind: PriorityClass metadata: name: high-priority