Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created September 14, 2025 11:17
Show Gist options
  • Save larkintuckerllc/c1fa8577c9975fd4f8e4ae46fe254959 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/c1fa8577c9975fd4f8e4ae46fe254959 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
annotations:
example.com/nodepool: high-cpu
name: my-workload
namespace: my-namespace
spec:
containers:
- name: ubuntu-container
image: ubuntu:latest
command: ["/bin/bash"]
args: ["-c", "sleep infinity"]
tolerations:
- key: hello
operator: Equal
value: world
effect: NoSchedule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment