fix wrong version of example yaml (#5951)
* fix wrong version of example yaml * Update pod-priority-preemption.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user