Skip to content

Commit

Permalink
Change API version to v1 in exmaples, plus minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bsalamat committed Mar 26, 2019
1 parent bb49893 commit 10f761a
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Kubernetes Version | Priority and Preemption State | Enabled by default
1.9 | alpha | no
1.10 | alpha | no
1.11 | beta | yes
1.14 | GA | yes
1.14 | stable | yes

{{< warning >}}In a cluster where not all users are trusted, a
malicious user could create pods at the highest possible priorities, causing
Expand Down Expand Up @@ -136,7 +136,7 @@ cluster when they should use this PriorityClass.
### Example PriorityClass

```yaml
apiVersion: scheduling.k8s.io/v1beta1
apiVersion: scheduling.k8s.io/v1
kind: PriorityClass
metadata:
name: high-priority
Expand Down Expand Up @@ -278,9 +278,8 @@ preempted. Here's an example:
If Pod Q were removed from its Node, the Pod anti-affinity violation would be
gone, and Pod P could possibly be scheduled on Node N.

We may consider adding cross Node preemption in future versions if we find an
algorithm with reasonable performance. We cannot promise anything at this point,
and cross Node preemption will not be considered a blocker for Beta or GA.
We may consider adding cross Node preemption in future versions if there is
enough demand and if we find an algorithm with reasonable performance.

## Debugging Pod Priority and Preemption

Expand Down

0 comments on commit 10f761a

Please sign in to comment.