Skip to content

Instantly share code, notes, and snippets.

@gpr
Last active February 15, 2021 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gpr/d5a3187b722103621802668157080475 to your computer and use it in GitHub Desktop.
Save gpr/d5a3187b722103621802668157080475 to your computer and use it in GitHub Desktop.
[Node affinity based on hostname] #kubernetes #pods
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- node_hostname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment