Created
April 17, 2023 14:57
-
-
Save ssbostan/e3dbec6da44d19b26a679b78355d9b3c to your computer and use it in GitHub Desktop.
Kubernetes Hacks and Tricks - #8 Pod Preemption, Eviction and Priority classes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: test | |
labels: | |
app.kubernetes.io/created-by: ssbostan | |
spec: | |
priorityClassName: dev-pc | |
containers: | |
- name: test | |
image: nginx:alpine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment