Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Wang <[email protected]>
  • Loading branch information
jiasheng55 authored and eahydra committed Oct 27, 2023
1 parent b806de3 commit 6413df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-manuals/capacity-scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ rules:
...
```

To prevent Pods from being revoked, you can add the `quota.scheduling.koordinator.sh/preemptible: false` to the Pod:
To prevent Pods from being revoked, you can add label `quota.scheduling.koordinator.sh/preemptible: false` to the Pod:
```yaml
apiVersion: v1
kind: Pod
Expand Down

0 comments on commit 6413df8

Please sign in to comment.