Skip to content

Instantly share code, notes, and snippets.

@ssbostan
Created April 17, 2023 14:57
Show Gist options
  • Save ssbostan/e3dbec6da44d19b26a679b78355d9b3c to your computer and use it in GitHub Desktop.
Save ssbostan/e3dbec6da44d19b26a679b78355d9b3c to your computer and use it in GitHub Desktop.
Kubernetes Hacks and Tricks - #8 Pod Preemption, Eviction and Priority classes
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